capitalization
This commit is contained in:
parent
55579bea55
commit
f449b52813
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue