Match-id-fd102dce95197e4779d6b0155b78e27fa1b8a95e

This commit is contained in:
* 2022-03-24 15:50:28 +08:00 committed by *
parent 35d98b615f
commit 78054d047a
1 changed files with 1 additions and 1 deletions

View File

@ -10,6 +10,6 @@ export function getHookStage() {
return hookStage; return hookStage;
} }
export function setHookStage(phase: HookStage| null) { export function setHookStage(phase: HookStage | null) {
hookStage = phase; hookStage = phase;
} }