From 78054d047a5ea02d1ed392235b5df64e2ceadef7 Mon Sep 17 00:00:00 2001 From: * <8> Date: Thu, 24 Mar 2022 15:50:28 +0800 Subject: [PATCH] Match-id-fd102dce95197e4779d6b0155b78e27fa1b8a95e --- libs/horizon/src/renderer/hooks/HookStage.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/horizon/src/renderer/hooks/HookStage.ts b/libs/horizon/src/renderer/hooks/HookStage.ts index 4819554d..5f0a5a65 100644 --- a/libs/horizon/src/renderer/hooks/HookStage.ts +++ b/libs/horizon/src/renderer/hooks/HookStage.ts @@ -10,6 +10,6 @@ export function getHookStage() { return hookStage; } -export function setHookStage(phase: HookStage| null) { +export function setHookStage(phase: HookStage | null) { hookStage = phase; }