From 8f22a72e41b34bb2e27404e5c6dc290fa6c536e8 Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Mon, 23 May 2022 07:26:05 +0545 Subject: [PATCH] Update app/config/collections.php Co-authored-by: Eldad A. Fux --- app/config/collections.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/collections.php b/app/config/collections.php index bf56f035e0..7130964192 100644 --- a/app/config/collections.php +++ b/app/config/collections.php @@ -501,7 +501,7 @@ $collections = [ 'filters' => ['json', 'encrypt'], ], [ - '$id' => 'jwtSecret', + '$id' => 'jwtSecrets', 'type' => Database::VAR_STRING, 'format' => '', 'size' => 16384,