Skip to content

Commit

Permalink
Don't include $schema of questions after imploding
Browse files Browse the repository at this point in the history
bibixx committed Jul 1, 2024

Verified

This commit was signed with the committer’s verified signature.
bibixx Bartosz Legięć
1 parent 0c546d3 commit 66ae76d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/implodeOverrides.ts
Original file line number Diff line number Diff line change
@@ -58,6 +58,7 @@ async function processSubject(subjectId: string) {

const fileContents = await file.json();
delete fileContents.createdAt;
delete fileContents.$schema;

outData.data.push(fileContents);
}

0 comments on commit 66ae76d

Please sign in to comment.