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 c0c4da4 commit 8e7078fCopy full SHA for 8e7078f
src/scripts/crowdin/reports/reportsHelpers.ts
@@ -22,9 +22,7 @@ export async function fetchTranslationCostsReport(
22
): Promise<void> {
23
const dateTo = getPreviousDayISOString()
24
25
- // Todo: Remove ts-ignore when this PR gets merged
26
// https://github.com/crowdin/crowdin-api-client-js/pull/282
27
- // const schema: ReportsModel.TranslationCostSchema = {
28
const schema: ReportsModel.TranslationCostsPostEndingSchema = {
29
unit: "words",
30
currency: "USD",
0 commit comments