Skip to content

Commit 3ebc646

Browse files
committed
bhavdownload
1 parent 6925281 commit 3ebc646

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example/passed.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
//convertToTradingSymbol
44
//validateOrderInput
5-
//nodeUDF.download({year: 2021,month: "JAN",day: 1});
5+
//nodeUDF.bhavdownload({year: 2021,month: "JAN",day: 1});

public_api/bhavcopy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ class BhavCopy {
281281
* @param string day The day for downloading bhavcopy
282282
* @return Promise
283283
*/
284-
download(reqObject, isfo = false) {
284+
bhavdownload(reqObject, isfo = false) {
285285
console.log(this)
286286
return new Promise((resolve, reject) => {
287287
let {

0 commit comments

Comments
 (0)