Skip to content

Commit d9c052c

Browse files
committed
removing date update
1 parent 6e83fb8 commit d9c052c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/scripts/crowdin/reports/reportsHelpers.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ export async function fetchTranslationCostsReport(
2121
crowdinLangCode: string
2222
): Promise<void> {
2323
const now = new Date()
24-
now.setDate(now.getDate() - 1) // set the date to one day in the past (yesterday)
2524
const dateTo = getPreviousDayISOString()
2625

2726
// Todo: Remove ts-ignore when this PR gets merged

0 commit comments

Comments
 (0)