Skip to content

Commit bff175c

Browse files
committed
fix: default every field
Signed-off-by: Umberto Sgueglia <usgueglia@contractor.linuxfoundation.org>
1 parent c1b14ea commit bff175c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • services/libs/data-access-layer/src/collections

services/libs/data-access-layer/src/collections/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,8 @@ export async function createCollection(
139139
collection: ICreateCollection,
140140
): Promise<ICollection> {
141141
const data = {
142+
description: null,
143+
slug: null,
142144
logoUrl: null,
143145
imageUrl: null,
144146
color: null,

0 commit comments

Comments
 (0)