mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-02-12 23:26:39 +00:00
fix callback
This commit is contained in:
parent
0af55a4f5d
commit
ac349f5819
@ -53,7 +53,7 @@ class IPFS {
|
||||
console.log(err);
|
||||
cb(err);
|
||||
}
|
||||
else cb(__('successfully uploaded to ipfs'));
|
||||
else cb(null, __('successfully uploaded to ipfs'));
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user