Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ambrazasp committed Sep 16, 2024
1 parent ec86be4 commit 9d0d90c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mixins/integrations.mixin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export function IntegrationsMixin() {
actions: {
sync: {
rest: 'POST /sync',
timeout: 0,
handler(ctx: Context) {
ctx.call(`${this.name}.getData`);
return {
Expand Down

0 comments on commit 9d0d90c

Please sign in to comment.