diff options
Diffstat (limited to 'node/src/application.ts')
-rw-r--r-- | node/src/application.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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) } } |