dev into staging #442

Merged
edraft merged 43 commits from dev into staging 2023-11-19 14:50:00 +01:00
Showing only changes of commit 29ea96a5e5 - Show all commits

View File

@ -45,7 +45,7 @@ class ScheduledEventMutation(QueryABC):
input["channelId"] if "channelId" in input else None,
datetime.strptime(input["startTime"], "%Y-%m-%dT%H:%M:%S.%fZ"),
datetime.strptime(input["endTime"], "%Y-%m-%dT%H:%M:%S.%fZ") if "endTime" in input else None,
input["entityType"],
EntityType(int(input["entityType"])),
input["location"] if "location" in input else None,
server,
)