fix: test

This commit is contained in:
imccyu
2026-08-11 19:25:41 +08:00
parent 01ecb43ebc
commit e874e80012
3 changed files with 35 additions and 1 deletions
+1
View File
@@ -119,6 +119,7 @@ class ClientRemoteService extends Service implements TypeRTClientRemote {
listeners.push(subscription)
return () => {
const at = listeners.indexOf(subscription)
/* v8 ignore next -- listener */
if (at >= 0) listeners.splice(at, 1)
}
}, `api-gateway.client.$on(${JSON.stringify(event)})`)