Skip to content

Commit

Permalink
replace qs with querystring
Browse files Browse the repository at this point in the history
  • Loading branch information
delabiejochen committed Mar 24, 2023
1 parent a1adf31 commit b1977cd
Show file tree
Hide file tree
Showing 3 changed files with 1,847 additions and 974 deletions.
2 changes: 1 addition & 1 deletion lib/api.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

var querystring = require('qs');
var querystring = require('querystring');
var fs = require('fs');
var path = require('path');
var request = require('request');
Expand Down
Loading

0 comments on commit b1977cd

Please sign in to comment.