mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-05 04:11:26 +08:00
feat: update esm dependencies
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import got from '@/utils/got';
|
||||
import { config } from '@/config';
|
||||
const queryString = require('query-string');
|
||||
import queryString from 'query-string';
|
||||
|
||||
module.exports = async (ctx) => {
|
||||
const user = ctx.req.param('user');
|
||||
|
||||
Reference in New Issue
Block a user