chore: fix

This commit is contained in:
手瓜一十雪 2024-08-10 13:34:33 +08:00
parent f6d2bd04e9
commit 32a932ad5c

View File

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