⏫ bump lfk client
This commit is contained in:
parent
ba87349a88
commit
236aba89c2
@ -6,7 +6,7 @@
|
||||
"build": "snowpack build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@odit/lfk-client-js": "0.0.6",
|
||||
"@odit/lfk-client-js": "0.0.8",
|
||||
"filepond": "^4.25.1",
|
||||
"gridjs": "^3.2.1",
|
||||
"localforage": "^1.9.0",
|
||||
|
@ -12,7 +12,6 @@ const store = () => {
|
||||
|
||||
const methods = {
|
||||
init() {
|
||||
console.log('*: playerStore -> init()');
|
||||
update((state) => {
|
||||
state.isLoggedIn = false;
|
||||
return state;
|
||||
@ -43,5 +42,4 @@ const store = () => {
|
||||
...methods
|
||||
};
|
||||
};
|
||||
|
||||
export default store();
|
||||
|
Loading…
x
Reference in New Issue
Block a user