Skip to content

Commit

Permalink
Merge pull request #328 from andree-parakey/calloptions-type
Browse files Browse the repository at this point in the history
fix: incorrect key for calloptions type
  • Loading branch information
icebob authored Jul 11, 2023
2 parents d95870e + d4098df commit 6f2b238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ declare module "moleculer-web" {
* The route has a callOptions property which is passed to broker.call. So you can set timeout, retries or fallbackResponse options for routes.
* @see https://moleculer.services/docs/0.14/actions.html#Call-services
*/
callingOptions?: CallingOptions;
callOptions?: CallingOptions;
/**
* If alias handler not found, `api` will try to call service by action name<br>
* This option will convert request url to camelCase before call action
Expand Down

0 comments on commit 6f2b238

Please sign in to comment.