De-lint a few more files
& remove them from the ignored list
This commit is contained in:
parent
e0bc0494fa
commit
fe4778b28b
4 changed files with 8 additions and 7 deletions
|
@ -41,7 +41,7 @@ export default class UserProvider extends AutocompleteProvider {
|
|||
users: Array<RoomMember> = null;
|
||||
room: Room = null;
|
||||
|
||||
constructor(room) {
|
||||
constructor(room: Room) {
|
||||
super(USER_REGEX, FORCED_USER_REGEX);
|
||||
this.room = room;
|
||||
this.matcher = new QueryMatcher([], {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue