Bump dev-env

This commit is contained in:
Paul Frazee 2024-01-26 13:54:25 -08:00
parent 93133b4864
commit 77d47c2b45
3 changed files with 125 additions and 34 deletions

View file

@ -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,