Skip to content

Commit

Permalink
fix: fix hyperclick provider
Browse files Browse the repository at this point in the history
  • Loading branch information
UziTech committed Jul 23, 2020
1 parent a64d32f commit b3130e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ export function consumeDefinitionsService(provider) {
}

export function getClickProvider() {
return clickProvider.getProvider;
return clickProvider.getProvider();
}

0 comments on commit b3130e6

Please sign in to comment.