Skip to content
Snippets Groups Projects
Commit 11a3b50f authored by a5his's avatar a5his
Browse files

Typo.

parent 9fe3daa2
No related branches found
No related tags found
No related merge requests found
...@@ -237,7 +237,7 @@ class ModelRooms extends RocketChat.models._Base ...@@ -237,7 +237,7 @@ class ModelRooms extends RocketChat.models._Base
return @find query, options return @find query, options
findByTypeContainigUsernames: (type, username, options) -> findByTypeContainingUsernames: (type, username, options) ->
query = query =
t: type t: type
usernames: { $all: [].concat(username) } usernames: { $all: [].concat(username) }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment