Skip to content

Commit

Permalink
Turn off interrupter for full tax report csv writer
Browse files Browse the repository at this point in the history
  • Loading branch information
ZIMkaRU committed Jun 24, 2024
1 parent 37ab0fa commit a44b9a8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ module.exports = (
const res = await getDataFromApi({
getData: rService[name].bind(rService),
args,
callerName: 'REPORT_FILE_WRITER'
callerName: 'REPORT_FILE_WRITER',
shouldNotInterrupt: true
})
const {
timestamps,
Expand Down

0 comments on commit a44b9a8

Please sign in to comment.