Skip to content

Commit

Permalink
Update src/shared/fspiopErrorFactory.js
Browse files Browse the repository at this point in the history
Co-authored-by: shashi165 <33355509+shashi165@users.noreply.github.com>
  • Loading branch information
kleyow and shashi165 authored Dec 12, 2024
1 parent 03acfb7 commit ba0148d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/fspiopErrorFactory.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const fspiopErrorFactory = {
return Factory.createFSPIOPError(
Enums.FSPIOPErrorCodes.TRANSFER_EXPIRED,
ERROR_MESSAGES.fxTransferExpired,
cause = null, replyTo = ''
cause, replyTo
)
},

Expand Down

0 comments on commit ba0148d

Please sign in to comment.