Skip to content

Commit

Permalink
Capitalise society names for database
Browse files Browse the repository at this point in the history
  • Loading branch information
mwmlo committed Jun 19, 2023
1 parent 71e66c1 commit 558e4ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/example/drp25/Database.kt
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,6 @@ fun addEvent(uniId: String, eventName: String, eventDate: String, eventDesc: Str
eventRef.child("eventName").setValue(eventName)
eventRef.child("eventDate").setValue(eventDate)
eventRef.child("eventDesc").setValue(eventDesc)
eventRef.child("society").setValue("ballet")
eventRef.child("society").setValue("Ballet")
}
}

0 comments on commit 558e4ba

Please sign in to comment.