Skip to content

Commit

Permalink
fix(route/weibo/user): querystring (DIYgod#14636)
Browse files Browse the repository at this point in the history
* fix(route/weibo/user): querystring

Signed-off-by: Rongrong <[email protected]>

* Update lib/routes/weibo/user.js

---------

Signed-off-by: Rongrong <[email protected]>
  • Loading branch information
Rongronggg9 authored Mar 3, 2024
1 parent 3065749 commit 2356305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/routes/weibo/user.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import cache from '@/utils/cache';
const querystring = require('query-string');
import querystring from 'querystring';
import got from '@/utils/got';
const weiboUtils = require('./utils');
import { config } from '@/config';
Expand Down

0 comments on commit 2356305

Please sign in to comment.