Authored by htoooth

cahnge upcase to lowcase

@@ -6,7 +6,7 @@ @@ -6,7 +6,7 @@
6 'use strict'; 6 'use strict';
7 const _ = require('lodash'); 7 const _ = require('lodash');
8 const Fn = require('lodash/fp'); 8 const Fn = require('lodash/fp');
9 -const qs = require('queryString'); 9 +const qs = require('querystring');
10 10
11 const helpers = global.yoho.helpers; 11 const helpers = global.yoho.helpers;
12 12