feat: Added feature to allow users to give directions for study spaces. These... #54

Merged
tt2022 merged 2 commits from feat/directions into master 2025-06-13 12:48:50 +00:00
7 changed files with 20 additions and 0 deletions
Showing only changes of commit 602bf07d02 - Show all commits

View File

@@ -26,6 +26,7 @@
const { error: feedbackUpload } = await supabase const { error: feedbackUpload } = await supabase
.from("study_spaces") .from("study_spaces")
.update({ .update({
directions: newStudySpaceData.directions,
volume: newStudySpaceData.volume, volume: newStudySpaceData.volume,
wifi: newStudySpaceData.wifi, wifi: newStudySpaceData.wifi,
power: newStudySpaceData.power, power: newStudySpaceData.power,