Fixed new scheduled event
All checks were successful
Deploy dev on push / on-push-deploy_sh-edraft (push) Successful in 5m4s
All checks were successful
Deploy dev on push / on-push-deploy_sh-edraft (push) Successful in 5m4s
This commit is contained in:
parent
026331b397
commit
29ea96a5e5
@ -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,
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user