Skip to content

Commit a45a0b4

Browse files
authored
category: Add external_id attribute (#27)
1 parent 7f3bf15 commit a45a0b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/repositories/category.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ export class CategoryRepository extends AbstractResourceRepository {
3030
name: draft.name,
3131
slug: draft.slug,
3232
orderHint: draft.orderHint || '',
33+
externalId: draft.externalId || '',
3334
parent: draft.parent
3435
? { typeId: 'category', id: draft.parent.id! }
3536
: undefined,

0 commit comments

Comments
 (0)