removing comment that tested pre-commit/pre-push hook

This commit is contained in:
lila 2026-04-30 01:14:53 +02:00
parent 1bfc0606c3
commit 4d64d50598

View file

@ -8,5 +8,3 @@ export const shuffleArray = <T>(array: T[]): T[] => {
} }
return result; return result;
}; };
// testing pre-commit hooks