mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
revert: remove leftover console.log
This commit is contained in:
@@ -18,7 +18,7 @@ const userPreferences = () => get(user)?.prefs;
|
||||
|
||||
const notificationPrefs = (): Record<string, NotificationPrefItem> => {
|
||||
const prefs = userPreferences();
|
||||
console.log(prefs);
|
||||
|
||||
// due to php backend, empty object can be returnd as an empty array
|
||||
if (!prefs?.notificationPrefs || Array.isArray(prefs.notificationPrefs)) {
|
||||
return {};
|
||||
|
||||
Reference in New Issue
Block a user