From 7e3f6f030680a8cf7b5baa3ce6f33acd5766fca8 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Thu, 26 Jan 2023 11:25:52 -0600 Subject: Fix all type errors --- jest/test-pds.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jest/test-pds.ts') diff --git a/jest/test-pds.ts b/jest/test-pds.ts index 01b37efb0..31dcb3cb8 100644 --- a/jest/test-pds.ts +++ b/jest/test-pds.ts @@ -179,7 +179,7 @@ async function genMockData(pdsUrl: string): Promise { did: subject.did, declarationCid: subject.declarationCid, }, - createdAt: date.next().value, + createdAt: date.next().value || '', }, ) } -- cgit 1.4.1