From 785867f60e9d36df52180e92dc2e1ffb7d3f652c Mon Sep 17 00:00:00 2001 From: Aylur Date: Wed, 29 May 2024 20:13:11 +0200 Subject: fix(astal.vala): fix super.vfunc_request --- node/src/application.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node/src') diff --git a/node/src/application.ts b/node/src/application.ts index f7598f8..552f2a9 100644 --- a/node/src/application.ts +++ b/node/src/application.ts @@ -45,7 +45,7 @@ class AstalJS extends Astal.Application { }) } else { // @ts-expect-error missing type - super.vfunc_response(msg, conn) + super.vfunc_request(msg, conn) } } -- cgit v1.2.3