From 923562e6d703d807b32dd62eae7e80bb082ca11b Mon Sep 17 00:00:00 2001 From: Rajdeep Malakar Date: Wed, 6 Mar 2024 14:18:13 +0530 Subject: [PATCH] "fix typo in `networks` table name (`networkds` -> `networks`)" Signed-off-by: Rajdeep Malakar --- database/collection_tables.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/database/collection_tables.json b/database/collection_tables.json index f576f69..b4a05c6 100644 --- a/database/collection_tables.json +++ b/database/collection_tables.json @@ -3,6 +3,6 @@ "xan.userBans", "xan.serverBans", "xan.messages", - "xan.networkds", + "xan.networks", "xan.server_prefs" -] \ No newline at end of file +]