From d2fd846c6747184ba6d71c43b6c2c15efca2405b Mon Sep 17 00:00:00 2001 From: peterkogo Date: Thu, 12 Dec 2024 16:17:14 +0100 Subject: [PATCH] revert handle --- packages/system/src/types/handles.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/system/src/types/handles.ts b/packages/system/src/types/handles.ts index 9cf2a1dd..f9828dd5 100644 --- a/packages/system/src/types/handles.ts +++ b/packages/system/src/types/handles.ts @@ -36,5 +36,5 @@ export type HandleProps = { /** Id of the handle * @remarks optional if there is only one handle of this type */ - id?: string | null; + id?: string; };