We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc208e8 commit bf1d1fdCopy full SHA for bf1d1fd
src/apps/dictionaries/redux/actions.ts
@@ -381,7 +381,7 @@ export const recursivelyAddConceptsToDictionaryAction = (
381
}
382
383
if (!concept.hasOwnProperty("source_url") || !!!concept.source_url) {
384
- concept.source_url = concept.url.split("/", 5).join("/") + "/";
+ return{...concept,source_url: concept.url.split("/", 5).join("/") + "/"}
385
386
387
return concept;
0 commit comments