Skip to content

Commit 345a3bc

Browse files
committed
fix: types
1 parent 06f3478 commit 345a3bc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/commands/translation/pull.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ export default class TranslationPull extends BaseCommand<
100100

101101
await Translation.writeTranslationFile(targetCtx, resp.data, {
102102
format: flags.format,
103-
withSchema: true,
104103
});
105104

106105
const actioned = targetCtx.exists ? "updated" : "created";
@@ -133,7 +132,6 @@ export default class TranslationPull extends BaseCommand<
133132
const translations = await this.listAllTranslations(filters);
134133
await Translation.writeTranslationFiles(targetCtx, translations, {
135134
format: flags.format,
136-
withSchema: true,
137135
});
138136
spinner.stop();
139137

0 commit comments

Comments
 (0)