From b0c8cc5df3419c75e1683aad4e3b55e29d79e85f Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 8 Oct 2024 02:01:14 +0200 Subject: [PATCH] ignore type mismatch --- ui/src/presence-app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/presence-app.ts b/ui/src/presence-app.ts index abfb7b0..fbb6373 100644 --- a/ui/src/presence-app.ts +++ b/ui/src/presence-app.ts @@ -224,7 +224,7 @@ export class PresenceApp extends LitElement { ); this.client = weaveClient.renderInfo.appletClient as any; this._profilesStore = new ProfilesStore( - weaveClient.renderInfo.profilesClient + weaveClient.renderInfo.profilesClient as any ); } else { // We pass an unused string as the url because it will dynamically be replaced in launcher environments