Authored by htoooth

cahnge upcase to lowcase

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