Skip to content
This repository was archived by the owner on Oct 30, 2023. It is now read-only.

Commit 3a2a6fd

Browse files
author
Jon Eyrick
authored
Fix travis unit testing
1 parent 1a97fee commit 3a2a6fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

node-binance-api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* @module jaggedsoft/node-binance-api
1212
* @return {object} instance to class object
1313
*/
14-
var api = Binance() {
14+
var api = function Binance() {
1515
'use strict';
1616
if (!(this instanceof Binance)) {
1717
return new Binance();

0 commit comments

Comments
 (0)