Skip to content

Commit

Permalink
Turn off interrupter for sub.account.api.data service
Browse files Browse the repository at this point in the history
  • Loading branch information
ZIMkaRU committed Jun 24, 2024
1 parent a44b9a8 commit 34ca331
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion workers/loc.api/sync/sub.account.api.data/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,8 @@ class SubAccountApiData {
const res = await this.getDataFromApi({
getData: (space, args) => method(args),
args,
callerName: 'SUB_ACCOUNT_API_DATA'
callerName: 'SUB_ACCOUNT_API_DATA',
shouldNotInterrupt: true
})

resArr.push(res)
Expand Down

0 comments on commit 34ca331

Please sign in to comment.