We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e83fb8 commit d9c052cCopy full SHA for d9c052c
src/scripts/crowdin/reports/reportsHelpers.ts
@@ -21,7 +21,6 @@ export async function fetchTranslationCostsReport(
21
crowdinLangCode: string
22
): Promise<void> {
23
const now = new Date()
24
- now.setDate(now.getDate() - 1) // set the date to one day in the past (yesterday)
25
const dateTo = getPreviousDayISOString()
26
27
// Todo: Remove ts-ignore when this PR gets merged
0 commit comments