Skip to content

Commit 7d388d2

Browse files
committed
fix: when clearing logo url and updating the form it actually works
1 parent a6afbfc commit 7d388d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/core/adapters/dbApi/kysely/createPgSoftwareRepository.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ export const createPgSoftwareRepository = (db: Kysely<Database>): SoftwareReposi
113113
name,
114114
description,
115115
license,
116-
logoUrl,
116+
logoUrl: logoUrl ?? null,
117117
versionMin,
118118
dereferencing: JSON.stringify(dereferencing),
119119
updateTime: now,

0 commit comments

Comments
 (0)