From 78b762bd9ebcdd07fa26d734bed9ddd41de9c17a Mon Sep 17 00:00:00 2001 From: orangecoding Date: Tue, 9 Dec 2025 14:57:29 +0100 Subject: [PATCH] fixing analytics popup --- lib/defaultConfig.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/defaultConfig.js b/lib/defaultConfig.js index 4e31e85..c1464f6 100644 --- a/lib/defaultConfig.js +++ b/lib/defaultConfig.js @@ -3,7 +3,7 @@ export const DEFAULT_CONFIG = { port: 9998, workingHours: { from: '', to: '' }, demoMode: false, - analyticsEnabled: null, + analyticsEnabled: true, // Default path for sqlite storage directory. Interpreted relative to project root. sqlitepath: '/db', }; diff --git a/package.json b/package.json index 8118d2d..35bd03b 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fredy", - "version": "15.0.0", + "version": "15.0.1", "description": "[F]ind [R]eal [E]states [d]amn eas[y].", "scripts": { "prepare": "husky",