cahnge upcase to lowcase
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -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 |
-
Please register or login to post a comment