Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
robintown committed Apr 17, 2022
1 parent f3f1f8b commit f0e7b64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/permalinks/Permalinks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ export class RoomPermalinkCreator {
}

private updateServerCandidates = () => {
let candidates = [];
const candidates = [];
if (this.highestPlUserId) {
candidates.push(getServerName(this.highestPlUserId));
}
Expand Down

0 comments on commit f0e7b64

Please sign in to comment.