Skip to content

Commit

Permalink
🐛 Remove unneccessary metadata
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Bolton <ibolton@redhat.com>
  • Loading branch information
ibolton336 committed Feb 14, 2024
1 parent 046ccf6 commit e102e2b
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 e102e2b

Please sign in to comment.