mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 19:56:47 +03:00
Appease the linter
This commit is contained in:
parent
294c35347c
commit
f9ac390842
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ export class StopGapWidget extends EventEmitter {
|
|||
return this.runUrlTemplate({asPopout: true});
|
||||
}
|
||||
|
||||
private runUrlTemplate(opts: {asPopout: boolean} = {asPopout: false}): string {
|
||||
private runUrlTemplate(opts = {asPopout: false}): string {
|
||||
const templated = this.mockWidget.getCompleteUrl({
|
||||
currentRoomId: RoomViewStore.getRoomId(),
|
||||
currentUserId: MatrixClientPeg.get().getUserId(),
|
||||
|
|
Loading…
Reference in a new issue