mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-16 01:40:15 +08:00
fix(auth): update md5 import syntax for consistency
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import md5 from 'js-md5';
|
||||
import { md5 } from 'js-md5';
|
||||
|
||||
export type LoginChallenge = {
|
||||
challenge_id: string;
|
||||
|
||||
Reference in New Issue
Block a user