We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eeedee3 + e89a359 commit 5bad222Copy full SHA for 5bad222
api/parts/data/fetch.js
@@ -137,6 +137,8 @@ fetch.fetchEventGroups = function(params) {
137
fetch.fetchMergedEventGroups = function(params) {
138
const { qstring: { event } } = params;
139
fetch.getMergedEventGroups(params, event, {}, function(result) {
140
+ result = result || {};
141
+ result.eventName = params.qstring.event;
142
common.returnOutput(params, result);
143
});
144
};
0 commit comments