🚽 Wiring up the flushDb call

This commit is contained in:
2021-12-01 14:37:29 -08:00
parent e197143498
commit edf49527a0
4 changed files with 50 additions and 5 deletions

View File

@@ -68,3 +68,4 @@ export const SETTINGS_CALL_IN_PROGRESS = "SETTINGS_CALL_IN_PROGRESS";
export const SETTINGS_OBJECT_FETCHED = "SETTINGS_OBJECT_FETCHED";
export const SETTINGS_CALL_FAILED = "SETTINGS_CALL_FAILED";
export const SETTINGS_OBJECT_DELETED = "SETTINGS_OBJECT_DELETED";
export const SETTINGS_DB_FLUSH_SUCCESS = "SETTINGS_DB_FLUSH_SUCCESS";