Skip to content

Commit

Permalink
Added debugging true
Browse files Browse the repository at this point in the history
  • Loading branch information
John Doe committed Dec 30, 2021
1 parent 5c7839d commit b0282dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion node-bitvavo-api.js
Expand Up @@ -16,7 +16,7 @@ let api = function Bitvavo () {
let rateLimitRemaining = 1000
let rateLimitReset = 0

let debugging = false
let debugging = true
let startedSocket = false
let socketDidNotConnect = false
let emitterReturned = false
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "bitvavo-fork",
"version": "1.2.2",
"version": "1.2.2-WIP2",
"description": "This is the NodeJS wrapper for the Bitvavo API",
"main": "node-bitvavo-api.js",
"directories": {
Expand Down

0 comments on commit b0282dd

Please sign in to comment.