Skip to content

Commit

Permalink
feat(vats): don't await vatAdminSvc
Browse files Browse the repository at this point in the history
I can't imagine any need for it to be local.
  • Loading branch information
dckc committed Jan 21, 2022
1 parent 0ee8645 commit 5b1ed18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vats/src/bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -1028,7 +1028,7 @@ export function buildRootObject(vatPowers, vatParameters) {
D(devices.mailbox).registerInboundHandler(vats.vattp);
await E(vats.vattp).registerMailboxDevice(devices.mailbox);

const vatAdminSvc = await E(vats.vatAdmin).createVatAdminService(
const vatAdminSvc = E(vats.vatAdmin).createVatAdminService(
devices.vatAdmin,
);

Expand Down

0 comments on commit 5b1ed18

Please sign in to comment.