mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-02-16 01:08:31 +00:00
fix callback
This commit is contained in:
parent
0af55a4f5d
commit
ac349f5819
@ -53,7 +53,7 @@ class IPFS {
|
|||||||
console.log(err);
|
console.log(err);
|
||||||
cb(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