Bug fix
This commit is contained in:
@@ -19,8 +19,6 @@ module.exports = function (options) {
|
|||||||
})
|
})
|
||||||
if (forkedTranslationEntryVersion) {
|
if (forkedTranslationEntryVersion) {
|
||||||
return response.redirect(`/v/${forkedTranslationEntryVersion.entryVersionId}/translations/${forkedTranslationEntryVersion.id}`)
|
return response.redirect(`/v/${forkedTranslationEntryVersion.entryVersionId}/translations/${forkedTranslationEntryVersion.id}`)
|
||||||
} else {
|
|
||||||
next()
|
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
next()
|
next()
|
||||||
|
|||||||
Reference in New Issue
Block a user