dont override this let it use binded value

This commit is contained in:
Ciro Spaciari
2025-09-08 15:28:35 -07:00
parent 594b03c275
commit 4654a8a886
2 changed files with 2 additions and 2 deletions

View File

@@ -378,7 +378,7 @@ pub fn failWithJSValue(this: *MySQLConnection, value: JSValue) void {
defer loop.exit();
_ = on_close.call(
this.globalObject,
this.js_value,
.js_undefined,
&[_]JSValue{
value,
this.getQueriesArray(),