Skip to content

Commit

Permalink
pushing error
Browse files Browse the repository at this point in the history
  • Loading branch information
kaushik-rishi committed Oct 4, 2023
1 parent de5df6d commit 552655f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion template/src/api/handlers/$$channel$$.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ handler.{{ channel.subscribe().id() | convertOpertionIdToMiddlewareFn }} = (midd
if (typeof middlewareFn !== 'function') {
throw new TypeError('middlewareFn must be a function');
}
{{ channel.subscribe().id() }}Middlewares.push(middlewareFn);
}

/**
Expand Down

0 comments on commit 552655f

Please sign in to comment.