formatting nginx.js

This commit is contained in:
xialj 2023-07-31 23:56:25 +08:00
parent 05831fcd44
commit c166f6b41f

View File

@ -257,6 +257,7 @@ const internalNginx = {
// Restore locations array // Restore locations array
host.locations = origLocations; host.locations = origLocations;
resolve(true); resolve(true);
}) })
.catch((err) => { .catch((err) => {