Compare commits
No commits in common. "4f0cda831fa39cb13a0a9b002e33d1443d765847" and "df4a2bead6a41bddf9e74e59f28800f029d99e44" have entirely different histories.
4f0cda831f
...
df4a2bead6
@ -202,7 +202,6 @@ async def update_events(authorize: Annotated[bool, Depends(permissions_checker.P
|
||||
event.longitude = eventSingle.longitude
|
||||
event.imgUrl = eventSingle.imgUrl
|
||||
event.tags = eventSingle.tags
|
||||
event.status = 1
|
||||
event.created_at = datetime.today()
|
||||
event_repository.save(event)
|
||||
content = {"message": "event is created"}
|
||||
|
Loading…
x
Reference in New Issue
Block a user