From b13785b208321d6c9624585ce8ca3737f18cc7be Mon Sep 17 00:00:00 2001 From: Dmitry Volyntsev Date: Tue, 5 Mar 2024 11:43:49 -0800 Subject: [PATCH] Fixed typo introduced in eb01434865d7. --- nginx/ngx_http_js_module.c | 2 -- 1 file changed, 2 deletions(-) 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; } -- 2.47.3