Skip to content

Commit

Permalink
chore: clean
Browse files Browse the repository at this point in the history
  • Loading branch information
victor committed Oct 2, 2024
1 parent 40db199 commit e072da4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion targets/alert-cli/src/dares/getDaresData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ export const getDaresData = async () => {
name: string;
data: any[][];

Check warning on line 7 in targets/alert-cli/src/dares/getDaresData.ts

View workflow job for this annotation

GitHub Actions / Lint (alert-cli)

Unexpected any. Specify a different type
}[] = await fetchDaresXlsx();
console.log("workSheetsFromFile", JSON.stringify(workSheetsFromFile));

return workSheetsFromFile[0].data.reduce<Agreement[]>((arr, row) => {
const ccNumber = parseInt(row[0]);

Check warning on line 11 in targets/alert-cli/src/dares/getDaresData.ts

View workflow job for this annotation

GitHub Actions / Lint (alert-cli)

Unsafe argument of type `any` assigned to a parameter of type `string`
Expand Down

0 comments on commit e072da4

Please sign in to comment.