Fix CI
This commit is contained in:
parent
98bda49d7e
commit
731ccd8796
@ -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…
Reference in New Issue
Block a user