mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Lint
This commit is contained in:
@@ -18,8 +18,8 @@
|
||||
.forProject($page.params.region, $page.params.project)
|
||||
.subscribe<Models.ProxyRule>('console', (message) => {
|
||||
if (
|
||||
message.channels.includes(`projects.${$page.params.project}`)
|
||||
&& message.events.includes('rules.*')
|
||||
message.channels.includes(`projects.${$page.params.project}`) &&
|
||||
message.events.includes('rules.*')
|
||||
) {
|
||||
domain.set(message.payload);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user