We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc9384c commit 1194a30Copy full SHA for 1194a30
2 files changed
.changeset/plenty-words-make.md
@@ -0,0 +1,5 @@
1
+---
2
+"lingo.dev": minor
3
4
+
5
+Remove waste comment
packages/cli/src/cli/utils/delta.ts
@@ -111,7 +111,6 @@ export function createDeltaProcessor(fileKey: string) {
111
);
112
}
113
114
- // Parse to validated JavaScript object
115
const parsed = LockSchema.parse(YAML.parse(deduplicatedContent));
116
return parsed;
117
},
0 commit comments