Skip to content

Commit

Permalink
Added export for PollingControllerOnly (#1921)
Browse files Browse the repository at this point in the history
## Changelog


### `@metamask/polling-controller`

- **ADDED**: export for PollingControllerOnly
  • Loading branch information
shanejonas authored and mcmire committed Nov 2, 2023
1 parent 78e17de commit 000781e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/polling-controller/src/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
export { PollingController, PollingControllerV1 } from './PollingController';
export {
PollingController,
PollingControllerV1,
PollingControllerOnly,
} from './PollingController';

0 comments on commit 000781e

Please sign in to comment.