Skip to content

Commit

Permalink
fix - no timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
ambrazasp committed Jun 14, 2024
1 parent 1075cbb commit 5a5baa1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions services/subscriptions.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ export default class SubscriptionsService extends moleculer.Service {
id: ['number|convert', { type: 'array', items: 'number|convert' }],
mapping: 'boolean|optional',
},
timeout: 0,
})
async getEventsCount(ctx: Context<{ id: number | number[]; mapping?: boolean }>) {
const { id, mapping } = ctx.params;
Expand Down

0 comments on commit 5a5baa1

Please sign in to comment.