Bump dev-env
This commit is contained in:
parent
93133b4864
commit
77d47c2b45
3 changed files with 125 additions and 34 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue