Skip to content

Commit b0c8cc5

Browse files
committed
ignore type mismatch
1 parent 3eba434 commit b0c8cc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/presence-app.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ export class PresenceApp extends LitElement {
224224
);
225225
this.client = weaveClient.renderInfo.appletClient as any;
226226
this._profilesStore = new ProfilesStore(
227-
weaveClient.renderInfo.profilesClient
227+
weaveClient.renderInfo.profilesClient as any
228228
);
229229
} else {
230230
// We pass an unused string as the url because it will dynamically be replaced in launcher environments

0 commit comments

Comments
 (0)