ref: name change

This commit is contained in:
2025-11-08 02:44:25 +05:30
parent 5e670b1971
commit 6fd52b9fb1
6 changed files with 7 additions and 7 deletions

View File

@@ -2,7 +2,7 @@
* IndexedDB utilities for caching uploaded files
*/
const DB_NAME = 'NordicPrivacyAI';
const DB_NAME = 'ShroomShield';
const STORE_NAME = 'uploads';
const DB_VERSION = 1;