From 8b8d9dca565b24b0811d01fa8bc5b07996e66dad Mon Sep 17 00:00:00 2001 From: vplasencia Date: Thu, 30 Nov 2023 11:47:58 +0100 Subject: [PATCH] refactor(api): add dummy commit to redeploy --- apps/api/src/app/groups/groups.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/api/src/app/groups/groups.service.ts b/apps/api/src/app/groups/groups.service.ts index c36de814..bd4a8eba 100644 --- a/apps/api/src/app/groups/groups.service.ts +++ b/apps/api/src/app/groups/groups.service.ts @@ -42,7 +42,7 @@ export class GroupsService { } /** - * Initialises the service, caches groups and may sync contract + * Initialises the service, caches groups and may sync contrac * groups if required. */ async initialize() {