Skip to content

Commit 32a3bf7

Browse files
author
Antoine de Chevigné
committed
cleanup
1 parent 56cb8be commit 32a3bf7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/stores/currentWorkspace.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ export const useCurrentWorkspaceStore = defineStore('currentWorkspace', {
123123
name: this.name,
124124
explorer: workspace.explorer ? { id: workspace.explorer.id, name: workspace.explorer.name } : null
125125
});
126-
},
126+
}
127127
},
128128

129129
getters: {
@@ -202,7 +202,6 @@ export const useCurrentWorkspaceStore = defineStore('currentWorkspace', {
202202
chain: this.viemChainConfig,
203203
transport: this.viemTransportConfig
204204
})
205-
},
206-
205+
}
207206
}
208207
});

0 commit comments

Comments
 (0)