Skip to content

Commit

Permalink
Sort and remove extraneous imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanscottaudio committed Jun 29, 2023
1 parent 30faff3 commit e12ad08
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { getSheet } from "./get-sheet";
import { processSheet } from "./process-sheet";
import { getBrowser } from "./get-browser";
import { logMessage } from "./log-message";
import { BrowserContext } from "playwright-core";

const SHEET_ID = "1_Bk7NYnnkpjUNa1TMPPyxxZjrmooToO9lxN4BY0h5uo";

Expand Down
2 changes: 1 addition & 1 deletion src/process-sheet.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { GoogleSpreadsheetWorksheet } from "google-spreadsheet";
import { logIn } from "./log-in";
import { BrowserContext } from "playwright-core";
import { logIn } from "./log-in";
import { processRow } from "./process-row";
import { logOut } from "./log-out";
import { logMessage } from "./log-message";
Expand Down

0 comments on commit e12ad08

Please sign in to comment.