Skip to content

Commit

Permalink
🐛 Remove unneccessary metadata (#1683)
Browse files Browse the repository at this point in the history
https://issues.redhat.com/browse/MTA-1721

Signed-off-by: Ian Bolton <ibolton@redhat.com>
  • Loading branch information
ibolton336 authored Feb 21, 2024
1 parent 9b8a0ff commit 423dbdd
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 423dbdd

Please sign in to comment.