capitalization

This commit is contained in:
Henry Jameson 2025-01-28 16:36:18 +02:00
parent 55579bea55
commit f449b52813

View file

@ -310,7 +310,7 @@ export const mutations = {
state.raw = live state.raw = live
let cache = state.cache let cache = state.cache
if (cache && cache._user !== userData.fqn) { if (cache && cache._user !== userData.fqn) {
console.warn('cache belongs to another user! reinitializing local cache!') console.warn('Cache belongs to another user! reinitializing local cache!')
cache = null cache = null
} }