From baa44e3ed294a42cf871505f4360329cdabacef2 Mon Sep 17 00:00:00 2001 From: Nilesh Gupta Date: Fri, 15 Sep 2023 15:49:46 +0530 Subject: [PATCH] refactor: added comment for start function --- packages/restapi/src/lib/spaceV2/start.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packages/restapi/src/lib/spaceV2/start.ts b/packages/restapi/src/lib/spaceV2/start.ts index 2c8bc268e..367b54415 100644 --- a/packages/restapi/src/lib/spaceV2/start.ts +++ b/packages/restapi/src/lib/spaceV2/start.ts @@ -1,3 +1,9 @@ +/** + * start.ts + * + * The 'start' function is responsible for starting the space and updating that in backend + * + */ import { produce } from 'immer'; import { get } from './get';