aboutsummaryrefslogtreecommitdiff
path: root/nginx/ngx_http_js_module.c
diff options
context:
space:
mode:
authorDmitry Volyntsev <xeioex@nginx.com>2024-03-05 11:43:49 -0800
committerDmitry Volyntsev <xeioex@nginx.com>2024-03-05 11:43:49 -0800
commitb13785b208321d6c9624585ce8ca3737f18cc7be (patch)
tree32fe7a0fb370d5a9d39cd3c132eb56b716445157 /nginx/ngx_http_js_module.c
parent15ab34f9829005d8e1b2b4f309823aaddad69a65 (diff)
downloadnjs-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.c2
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;
}