Skip to content

Commit

Permalink
fix: added missing DeadlineService import
Browse files Browse the repository at this point in the history
  • Loading branch information
fboucquez committed Jun 2, 2021
1 parent 4a1c170 commit 234ffe9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/service/index.ts
Expand Up @@ -4,6 +4,7 @@ export * from './AccountService';
export * from './AggregateTransactionService';
export * from './BlockService';
export * from './CurrencyService';
export * from './DeadlineService';
export * from './interfaces';
export * from './MetadataTransactionService';
export * from './MosaicAmountView';
Expand Down

0 comments on commit 234ffe9

Please sign in to comment.