Skip to content

Commit

Permalink
fix(@fireblocks/recovery-utility): 🐛 ncw csv import bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TomerHFB committed May 1, 2024
1 parent e5b1684 commit 80f954e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/recovery-utility/renderer/pages/ncw.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ const NCW = () => {

const onSubmit = async (formData: NCWCsvFileInput) => {
parse<{ 'Wallet Id': string }>(formData.walletIdsFile!, {
delimiter: ',' || '/n', //To-Do: Change the logic to check what is the delimiter of the csv file
worker: true,
header: true,
dynamicTyping: true,
Expand Down

0 comments on commit 80f954e

Please sign in to comment.