fix(orchestration): remove cancelToken
+ rename createAccount
-> makeAccount
#27917
Annotations
10 warnings
yarn lint rest:
packages/internal/src/utils.js#L258
Prefer for...of instead of Array.forEach
|
yarn lint rest:
packages/xsnap/src/avaXS.js#L388
Prefer for...of instead of Array.forEach
|
yarn lint rest:
packages/vat-data/src/index.test-d.ts#L17
Missing file extension "js" for "."
|
yarn lint rest:
packages/notifier/src/storesub.js#L19
Invalid JSDoc tag name "alpha"
|
yarn lint rest:
packages/notifier/test/test-publish-kit.js#L85
Prefer for...of instead of Array.forEach
|
yarn lint rest:
packages/wallet/api/src/lib-wallet.js#L586
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
yarn lint rest:
packages/wallet/api/src/lib-wallet.js#L596
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
yarn lint rest:
packages/wallet/api/src/lib-wallet.js#L683
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
yarn lint rest:
packages/wallet/api/src/lib-wallet.js#L705
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
yarn lint rest:
packages/wallet/api/src/lib-wallet.js#L796
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
Loading