Skip to content

Commit 554a63e

Browse files
authored
Merge pull request #794 from nemtech/export_fix
fix: added missing DeadlineService import
2 parents 4a1c170 + 234ffe9 commit 554a63e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/service/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ export * from './AccountService';
44
export * from './AggregateTransactionService';
55
export * from './BlockService';
66
export * from './CurrencyService';
7+
export * from './DeadlineService';
78
export * from './interfaces';
89
export * from './MetadataTransactionService';
910
export * from './MosaicAmountView';

0 commit comments

Comments
 (0)