From 4d64d50598d4b626cb2c65cfa01fca920bd85965 Mon Sep 17 00:00:00 2001 From: lila Date: Thu, 30 Apr 2026 01:14:53 +0200 Subject: [PATCH] removing comment that tested pre-commit/pre-push hook --- apps/api/src/lib/utils.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/api/src/lib/utils.ts b/apps/api/src/lib/utils.ts index 67712d0..4912c8c 100644 --- a/apps/api/src/lib/utils.ts +++ b/apps/api/src/lib/utils.ts @@ -8,5 +8,3 @@ export const shuffleArray = (array: T[]): T[] => { } return result; }; - -// testing pre-commit hooks