Skip to content

Commit 6a0418b

Browse files
committed
Bug Fixes
1 parent c0dd8c3 commit 6a0418b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"request": "^2.88.2",
2020
"telegraf": "^3.38.0",
2121
"unzipper": "^0.10.11",
22-
"axios": "^0.21.1"
22+
"axios": "^0.21.1",
23+
"csvtojson":"^2.0.10"
2324
},
2425
"install": "npm run build",
2526
"directories": {

public_api/bhavcopy.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ class BhavCopy {
66
* @param string dir Specify the directory for downloading files
77
*/
88
constructor(options = {}) {
9-
console.log(1, options);
10-
119
this.request = require("request");
1210
this.fs = require("fs");
1311
const {

0 commit comments

Comments
 (0)