Skip to content

Commit

Permalink
add any to avoid type error
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhi committed Apr 1, 2022
1 parent 5b21a6a commit 57bd652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ function activateWidgetExtension(
registry.registerWidget({
name: MODULE_NAME,
version: MODULE_VERSION,
exports: () => import('./index'),
exports: (): any => import('./index'),
});
}

0 comments on commit 57bd652

Please sign in to comment.