Fix all type errors
This commit is contained in:
+1
-1
@@ -179,7 +179,7 @@ async function genMockData(pdsUrl: string): Promise<TestUsers> {
|
||||
did: subject.did,
|
||||
declarationCid: subject.declarationCid,
|
||||
},
|
||||
createdAt: date.next().value,
|
||||
createdAt: date.next().value || '',
|
||||
},
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user