Skip to content

Commit

Permalink
fix: changing instance type
Browse files Browse the repository at this point in the history
  • Loading branch information
hugocostadev committed May 27, 2022
1 parent 4402538 commit 857df7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/meteor/app/action-links/client/lib/actionLinks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const actionLinks = {

// return message;
// },
run(method: string, message: IMessage, instance?: Blaze.TemplateInstance | ((tab: string) => void)): void {
run(method: string, message: IMessage, instance?: Blaze.TemplateInstance | Function): void {
const actionLink = message.actionLinks && message.actionLinks.find((action) => action.method_id === method);

if (!actionLink) {
Expand Down

0 comments on commit 857df7a

Please sign in to comment.