style: fix prettier formatting in 3 files
Lint & Vuln Scan / Go vulnerabilities (push) Successful in 23s
Lint & Vuln Scan / Frontend lint & types (push) Failing after 1m6s

This commit is contained in:
2026-06-25 17:28:42 +01:00
parent 74a24c3ef1
commit a5812018d8
3 changed files with 4 additions and 4 deletions
@@ -148,7 +148,7 @@
// eslint-disable-next-line @typescript-eslint/no-unused-vars
// eslint-disable-next-line @typescript-eslint/no-unused-vars
function toggleCustomForm(show: boolean) {
function toggleCustomForm(show: boolean) {
showCustomCreateForm = show;
if (show) {
newCustomService = {
@@ -156,7 +156,7 @@
name: group.name,
description: group.description,
weekStarts: group.weekStarts || [],
// eslint-disable-next-line @typescript-eslint/no-explicit-any
// eslint-disable-next-line @typescript-eslint/no-explicit-any
hours:
(group.hours as any[])?.map(
(h: {