Skip to content

Commit

Permalink
WIP DO NOT REVIEW/MERGE
Browse files Browse the repository at this point in the history
remove first blank line on auto-yaml conf
  • Loading branch information
jygaulier committed Dec 23, 2024
1 parent e2587f1 commit b23d6d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion databox/indexer/src/handlers/phraseanet/indexer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ async function importSubdefsStructure(
labels: {
phraseanetDefinition: sd.labels,
},
definition: jsToYaml(jsConf, 0),
definition: jsToYaml(jsConf, 0).trim(),
});

}
Expand Down

0 comments on commit b23d6d1

Please sign in to comment.