Skip to content

Commit

Permalink
fix: remove 'use strict';
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-haynes committed Mar 23, 2023
1 parent ae55531 commit 4150e0e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions packages/accounts/src/account_2fa.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
'use strict';

import { PublicKey } from '@near-js/crypto';
import { FinalExecutionOutcome, TypedError, FunctionCallPermissionView } from '@near-js/types';
import { fetchJson } from '@near-js/providers';
Expand Down
2 changes: 0 additions & 2 deletions packages/accounts/src/account_multisig.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
'use strict';

import { Action, actionCreators } from '@near-js/transactions';
import { FinalExecutionOutcome } from '@near-js/types';

Expand Down
2 changes: 0 additions & 2 deletions packages/utils/src/validators.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
'use strict';

import { CurrentEpochValidatorInfo, NextEpochValidatorInfo } from '@near-js/types';
import BN from 'bn.js';
import depd from 'depd';
Expand Down

0 comments on commit 4150e0e

Please sign in to comment.