If unlisted during creation, fill in creator id
This commit is contained in:
parent
66071e16fa
commit
a4699b79ed
|
@ -63,6 +63,7 @@ export function getNewContract(
|
|||
tags: [],
|
||||
lowercaseTags: [],
|
||||
visibility,
|
||||
unlistedById: visibility === 'unlisted' ? creator.id : undefined,
|
||||
isResolved: false,
|
||||
createdTime: Date.now(),
|
||||
closeTime,
|
||||
|
|
Loading…
Reference in New Issue
Block a user