mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
linting
This commit is contained in:
@@ -696,7 +696,7 @@ class Realtime extends MessagingAdapter
|
||||
// at parts[2] (`users.U.create`, `users.U.update.email`, etc.).
|
||||
if (
|
||||
$action !== null
|
||||
&& ($parts[0] ?? null) === 'users'
|
||||
&& $parts[0] === 'users'
|
||||
&& ($parts[2] ?? null) !== $action
|
||||
) {
|
||||
$action = null;
|
||||
|
||||
Reference in New Issue
Block a user