mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-02-13 00:10:27 +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) {
|
if (initCallBack === undefined) {
|
||||||
initCallBack = [];
|
initCallBack = [];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user