Fixup linter error
This commit is contained in:
+1
-1
@@ -436,7 +436,7 @@ class CloudronAdapter {
|
||||
function renderInteractionPage(provider) {
|
||||
assert.strictEqual(typeof provider, 'object');
|
||||
|
||||
return async function (req, res, next) {
|
||||
return async function (req, res) {
|
||||
const translationAssets = await translation.getTranslations();
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user