Skip to content
Snippets Groups Projects
Verified Commit 63300283 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Fix bugs with fetching events

parent 19e45968
No related branches found
No related tags found
1 merge request!1148Calendar events and iCal feeds
Pipeline #136286 failed
......@@ -335,6 +335,7 @@ export default {
});
return {
calendar: {
...previousResult.calendar,
calendarFeeds: previousCalendarFeeds,
},
};
......
......@@ -50,7 +50,7 @@ class CalendarEventType(ObjectType):
return root.get("STATUS", "")
def resolve_meta(root, info, **kwargs):
return root.get("X-META", {})
return root.get("X-META", "{}")
class CalendarFeedType(ObjectType):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment