Fix CI
This commit is contained in:
parent
98bda49d7e
commit
731ccd8796
1 changed files with 1 additions and 1 deletions
|
@ -482,6 +482,6 @@ export class RoomConnection implements RoomConnection {
|
||||||
}
|
}
|
||||||
|
|
||||||
public hasTag(tag: string): boolean {
|
public hasTag(tag: string): boolean {
|
||||||
return this.tags.indexOf(tag) !== -1;
|
return this.tags.includes(tag);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue