Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vgrichina committed Jan 29, 2021
1 parent fc3ee00 commit df866f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion commands/create-account.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ const { KeyPair } = require('near-api-js');
const inspectResponse = require('../utils/inspect-response');
// Top-level account (TLA) is testnet for foo.alice.testnet
const TLA_MIN_LENGTH = 32;
const eventtracking = require('../utils/eventtracking');

const createAccountCommand = {
command: 'create-account <accountId>',
Expand Down

0 comments on commit df866f7

Please sign in to comment.