Skip to content

Commit

Permalink
🐛 Remove unneccessary metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
ibolton336 committed Feb 12, 2024
1 parent 046ccf6 commit 3130e35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/app/queries/questionnaires.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ export const downloadQuestionnaire = async (
delete yamlData.createTime;
delete yamlData.id;
delete yamlData.required;
delete yamlData.builtin;

const newYamlData = yaml.dump(yamlData);

Expand Down

0 comments on commit 3130e35

Please sign in to comment.