Match-id-fd102dce95197e4779d6b0155b78e27fa1b8a95e
This commit is contained in:
parent
35d98b615f
commit
78054d047a
|
@ -10,6 +10,6 @@ export function getHookStage() {
|
|||
return hookStage;
|
||||
}
|
||||
|
||||
export function setHookStage(phase: HookStage| null) {
|
||||
export function setHookStage(phase: HookStage | null) {
|
||||
hookStage = phase;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue