Skip to content

Commit 1194a30

Browse files
authored
refactor: remove commented-out code in delta.ts for clarity (#1942)
* refactor: remove commented-out code in delta.ts for clarity * chore: add changeset file to document removal of waste comment in lingo.dev
1 parent cc9384c commit 1194a30

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

‎.changeset/plenty-words-make.md‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"lingo.dev": minor
3+
---
4+
5+
Remove waste comment

‎packages/cli/src/cli/utils/delta.ts‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ export function createDeltaProcessor(fileKey: string) {
111111
);
112112
}
113113

114-
// Parse to validated JavaScript object
115114
const parsed = LockSchema.parse(YAML.parse(deduplicatedContent));
116115
return parsed;
117116
},

0 commit comments

Comments
 (0)