From: Dmitry Volyntsev Date: Tue, 5 Mar 2024 19:43:49 +0000 (-0800) Subject: Fixed typo introduced in eb01434865d7. X-Git-Tag: 0.8.4~19 X-Git-Url: http://www.kaiwu.me/postgresql/commit/static/gitweb.js?a=commitdiff_plain;h=b13785b208321d6c9624585ce8ca3737f18cc7be;p=njs.git Fixed typo introduced in eb01434865d7. --- diff --git a/nginx/ngx_http_js_module.c b/nginx/ngx_http_js_module.c index e6c05eb4..b37847b7 100644 --- a/nginx/ngx_http_js_module.c +++ b/nginx/ngx_http_js_module.c @@ -4193,8 +4193,6 @@ ngx_http_js_server(njs_vm_t *vm, ngx_http_request_t *r, unsigned flags, } return NJS_OK; - - return NJS_OK; }