From 77d47c2b45923ed1ef6a1c6598826e656db55d8c Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Fri, 26 Jan 2024 13:54:25 -0800 Subject: Bump dev-env --- jest/test-pds.ts | 3 +++ 1 file changed, 3 insertions(+) (limited to 'jest') diff --git a/jest/test-pds.ts b/jest/test-pds.ts index 1912ffc6a..51d964394 100644 --- a/jest/test-pds.ts +++ b/jest/test-pds.ts @@ -346,6 +346,7 @@ class Mocker { const labelSrvc = ctx.services.label(ctx.db.getPrimary()) await labelSrvc.createLabels([ { + // @ts-ignore src: ctx.cfg.labelerDid, uri: did, cid: '', @@ -375,6 +376,7 @@ class Mocker { const labelSrvc = ctx.services.label(ctx.db.getPrimary()) await labelSrvc.createLabels([ { + // @ts-ignore src: ctx.cfg.labelerDid, uri: profile.uri, cid: profile.cid, @@ -393,6 +395,7 @@ class Mocker { const labelSrvc = ctx.services.label(ctx.db.getPrimary()) await labelSrvc.createLabels([ { + // @ts-ignore src: ctx.cfg.labelerDid, uri, cid, -- cgit 1.4.1