REFACTOR: Remove constant definition for discourse/routes/grouped

This commit is contained in:
Robin Ward 2019-11-08 12:47:39 -05:00
parent 562acb21ca
commit 1990baa457
1 changed files with 2 additions and 2 deletions

View File

@ -93,8 +93,8 @@ JS
"discourse/models/user",
"discourse/models/session",
"discourse/models/model",
"discourse/models/post",
"discourse/views/grouped"]
"discourse/models/post"
]
)
@@whitelisted.include?(path) || path =~ /discourse\/mixins/