Skip to content

Commit

Permalink
Columns are 0-indexed
Browse files Browse the repository at this point in the history
  • Loading branch information
Lan2u committed Sep 25, 2024
1 parent 193e1a0 commit edaa97c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/init-dependencies/google/pull_sheet_data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export const pullGoogleSheetData =
sheetName: string,
rowStart: number, // 1 indexed.
rowEnd: number,
columnStartIndex: number,
columnStartIndex: number, // 0 indexed, converted to a letter.
columnEndIndex: number
): TE.TaskEither<Failure, GoogleSpreadsheetDataForSheet> =>
pipe(
Expand Down

0 comments on commit edaa97c

Please sign in to comment.