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.
1 parent 1968205 commit 3d7eb5aCopy full SHA for 3d7eb5a
src/services/ChallengeTimelineTemplateService.js
@@ -212,7 +212,7 @@ fullyUpdateChallengeTimelineTemplate.schema = {
212
* @returns {Object} the deleted challenge type timeline template
213
*/
214
async function deleteChallengeTimelineTemplate(challengeTimelineTemplateId) {
215
- const templates = await challengeTimelineTemplateDomain.delete(
+ const { items: templates } = await challengeTimelineTemplateDomain.delete(
216
getLookupCriteria("id", challengeTimelineTemplateId)
217
);
218
0 commit comments