fix: fixed style and type check issues
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
const { error: feedbackUpload } = await supabase
|
||||
.from("study_spaces")
|
||||
.update({
|
||||
directions: newStudySpaceData.directions,
|
||||
volume: newStudySpaceData.volume,
|
||||
wifi: newStudySpaceData.wifi,
|
||||
power: newStudySpaceData.power,
|
||||
|
||||
Reference in New Issue
Block a user