Skip to content

Commit

Permalink
ignore type mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
matthme committed Oct 8, 2024
1 parent 3eba434 commit b0c8cc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/presence-app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b0c8cc5

Please sign in to comment.