Browse Source

bump version and hotfix production pinia

feature/likes-and-lightning
dskvr 2 years ago
parent
commit
ce8b526fb4
  1. 2
      package.json
  2. 2
      src/components/relays/tasks/TasksManager.vue

2
package.json

@ -1,6 +1,6 @@
{
"name": "nostr-watch",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"scripts": {
"build": "vue-cli-service build",

2
src/components/relays/tasks/TasksManager.vue

@ -41,7 +41,7 @@ export default defineComponent({
},
mounted(){
this.store.tasks.$subscribe( (mutation) => {
if(mutation.events.key === 'currentTask')
if(mutation.events?.key === 'currentTask')
this.processJob()
})
this.processJob()

Loading…
Cancel
Save