From 0239f869854ee85dbfab2342f1deb3acb8bdc264 Mon Sep 17 00:00:00 2001 From: Barf-Vader <47476490+Barf-Vader@users.noreply.github.com> Date: Mon, 16 Jun 2025 22:40:54 +0100 Subject: [PATCH] feat: delete --- src/lib/index.ts | 2 +- src/routes/space/[id]/+page.svelte | 16 +++++++++++++++- src/routes/space/[id]/edit/+page.svelte | 17 ++++++++++++++++- 3 files changed, 32 insertions(+), 3 deletions(-) diff --git a/src/lib/index.ts b/src/lib/index.ts index d8d8d52..af78d11 100644 --- a/src/lib/index.ts +++ b/src/lib/index.ts @@ -85,7 +85,7 @@ export function haversineDistance( return radius * 2 * Math.asin(Math.sqrt(e1)); } -export function collectTimings(study_space_hours: Table<"study_space_hours">[]) { +export function collectTimings(study_space_hours: Partial