Skip to content
This repository was archived by the owner on Sep 25, 2020. It is now read-only.

Commit 61a7a05

Browse files
committed
fixed bug
1 parent 8495a0c commit 61a7a05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/transactions/CardToWallet.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict';
22

3-
const root = ""/v1/transfer;
3+
const root = "/v1/transfer";
44

55
module.exports = {
66
/**

0 commit comments

Comments
 (0)