mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-03-01 08:10:25 +00:00
chore: fix
This commit is contained in:
@@ -98,7 +98,7 @@ function pollForNTInitializationCheck() {
|
||||
});
|
||||
}
|
||||
|
||||
export function registerInitCallback(callback) {
|
||||
function registerInitCallback(callback) {
|
||||
if (initCallBack === undefined) {
|
||||
initCallBack = [];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user