fix: pass style check

This commit is contained in:
Barf-Vader
2025-06-13 03:06:00 +01:00
parent 8be06bba8b
commit e4a5641eeb
3 changed files with 2 additions and 4 deletions

View File

@@ -137,7 +137,7 @@
if (!spaceImgs || spaceImgs.length < 1) return alert("Please select an image file.");
if (!studySpaceData.building_location) return alert("Please select a building location.");
const { opening_times, ...spacePayload } = studySpaceData;
const { ...spacePayload } = studySpaceData;
const { data: studySpaceInsert, error: studySpaceError } = await supabase
.from("study_spaces")