chore: fix

This commit is contained in:
手瓜一十雪 2024-08-10 13:34:33 +08:00
parent 13c5e6bdd8
commit 25345cbee0

View File

@ -98,7 +98,7 @@ function pollForNTInitializationCheck() {
});
}
export function registerInitCallback(callback) {
function registerInitCallback(callback) {
if (initCallBack === undefined) {
initCallBack = [];
}