fixed broken syntax and padding

This commit is contained in:
Luca Wlcek 2023-11-17 16:16:43 +01:00
parent c5b975287f
commit c91084b956
2 changed files with 11 additions and 10 deletions

View file

@ -322,6 +322,7 @@ const internalNginx = {
throw new error.ConfigurationError(err.message); throw new error.ConfigurationError(err.message);
}); });
})
}); });
}, },