diff options
author | Dmitry Volyntsev <xeioex@nginx.com> | 2024-03-05 11:43:49 -0800 |
---|---|---|
committer | Dmitry Volyntsev <xeioex@nginx.com> | 2024-03-05 11:43:49 -0800 |
commit | b13785b208321d6c9624585ce8ca3737f18cc7be (patch) | |
tree | 32fe7a0fb370d5a9d39cd3c132eb56b716445157 /nginx/ngx_http_js_module.c | |
parent | 15ab34f9829005d8e1b2b4f309823aaddad69a65 (diff) | |
download | njs-b13785b208321d6c9624585ce8ca3737f18cc7be.tar.gz njs-b13785b208321d6c9624585ce8ca3737f18cc7be.zip |
Fixed typo introduced in eb01434865d7.
Diffstat (limited to 'nginx/ngx_http_js_module.c')
-rw-r--r-- | nginx/ngx_http_js_module.c | 2 |
1 files changed, 0 insertions, 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; } |