Skip to content

Commit 254d6b7

Browse files
fix linting
1 parent bc60296 commit 254d6b7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/algob/src/types.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,8 @@ export interface Deployer {
445445
* @name ASA name - deployer will search for the ASA in the /assets/asa.yaml file
446446
* @flags deployment flags. Required.
447447
* `flags.creator` must be defined - it's an account which will sign the constructed transaction.
448-
* NOTE: support for rekeyed accounts is limited (creator must have updated sk to properly sign transaction) */
448+
* NOTE: support for rekeyed accounts is limited (creator must have updated sk to properly sign
449+
* transaction) */
449450
deployASA: (
450451
name: string,
451452
flags: rtypes.ASADeploymentFlags,
@@ -458,7 +459,8 @@ export interface Deployer {
458459
* @asaDef ASA definitions
459460
* @flags deployment flags
460461
* `flags.creator` must be defined - it's an account which will sign the constructed transaction.
461-
* NOTE: support for rekeyed accounts is limited (creator must have updated sk to properly sign transaction) */
462+
* NOTE: support for rekeyed accounts is limited (creator must have updated sk to properly sign
463+
* transaction) */
462464
deployASADef: (
463465
name: string,
464466
asaDef: wtypes.ASADef,

packages/web/src/errors/errors-list.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import { title } from "process";
2-
31
export const ERROR_PREFIX = "ABLDR";
42

53
export interface ErrorDescriptor {

0 commit comments

Comments
 (0)