Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
erights committed Nov 19, 2022
1 parent dc67a20 commit 54ab831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/zoe/src/issuerStorage.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export const provideIssuerStorage = zcfBaggage => {
const brandP = E(issuerP).getBrand();
const brandIssuerMatchP = E(brandP).isMyIssuer(issuerP);
const brandAuxDataP = E(brandP).aux();
/** @type {[Issuer,Brand,boolean,BrandAuxData]} */
/** @type {[Issuer,Brand,boolean,import('@agoric/ertp/src/types.js').BrandAuxData]} */
const [issuer, brand, brandIssuerMatch, brandAuxData] = await Promise.all([
issuerP,
brandP,
Expand Down

0 comments on commit 54ab831

Please sign in to comment.