We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62eb3fc commit 4f10d12Copy full SHA for 4f10d12
backend/internal/access-list.js
@@ -118,7 +118,6 @@ const internalAccessList = {
118
// Sanity check that something crazy hasn't happened
119
throw new error.InternalValidationError('Access List could not be updated, IDs do not match: ' + row.id + ' !== ' + data.id);
120
}
121
-
122
})
123
.then(() => {
124
// patch name if specified
@@ -205,6 +204,7 @@ const internalAccessList = {
205
204
});
206
207
+ .then(internalNginx.reload)
208
209
// Add to audit log
210
return internalAuditLog.add(access, {
0 commit comments