mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Remove trailing comma in invalidate array
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
await Promise.all([
|
||||
invalidate(Dependencies.ACCOUNT),
|
||||
invalidate(Dependencies.ORGANIZATION),
|
||||
invalidate(Dependencies.MEMBERS),
|
||||
invalidate(Dependencies.MEMBERS)
|
||||
]);
|
||||
|
||||
showCreate = false;
|
||||
|
||||
Reference in New Issue
Block a user