Skip to content

Commit

Permalink
WIP DO NOT REVIEW/MERGE
Browse files Browse the repository at this point in the history
fix build error
  • Loading branch information
jygaulier committed Dec 23, 2024
1 parent b23d6d1 commit befe749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion databox/indexer/src/handlers/phraseanet/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export type ConfigRenditionBuilder = {
};

export type ConfigPhraseanetSubdef = ConfigPhraseanetSubdefBase & {
parent: string;
parent?: string|null;
builders: Record<string, ConfigRenditionBuilder>;
};

Expand Down

0 comments on commit befe749

Please sign in to comment.