Skip to content

Commit

Permalink
Fix cronjob exports
Browse files Browse the repository at this point in the history
  • Loading branch information
FrederikBolding committed Oct 31, 2022
1 parent da0e3ab commit 847d090
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/controllers/src/cronjob/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from './CronjobController';
1 change: 1 addition & 0 deletions packages/controllers/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ export * from './services';
export * from './snaps';
export * from './utils';
export * from './multichain';
export * from './cronjob';

0 comments on commit 847d090

Please sign in to comment.