Update error handler, for non-critical warnings

This commit is contained in:
Alicia Sykes
2021-09-12 16:32:42 +01:00
parent e216de0e63
commit affff262d3
2 changed files with 7 additions and 1 deletions

View File

@@ -103,6 +103,7 @@ module.exports = {
/* Key names for session storage identifiers */
sessionStorageKeys: {
SW_STATUS: 'serviceWorkerStatus',
ERROR_LOG: 'errorLog',
},
/* Unique IDs of modals within the app */
modalNames: {