Skip to content

Commit 5ff7981

Browse files
committed
Fix write test
Upgrad dependencies
1 parent 82dc7de commit 5ff7981

File tree

4 files changed

+568
-171
lines changed

4 files changed

+568
-171
lines changed

lib/actions/write.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,6 @@ exports.init = async function init(cfg) {
3939

4040
stringifier = csv.stringify(options);
4141
signedUrl = await client.resources.storage.createSignedUrl();
42-
// signedUrl = {
43-
// put_url: 'https://examlple.mock/putUrl',
44-
// get_url: 'https://examlple.mock/getUrl',
45-
// };
4642
putUrl = signedUrl.put_url;
4743
console.log('CSV file to be uploaded file to uri=%s', putUrl);
4844
ax = axios.create();

0 commit comments

Comments
 (0)