We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a39aaad commit 8a921fbCopy full SHA for 8a921fb
src/layouts/default.vue
@@ -117,12 +117,12 @@ onMounted(async () => {
117
syncTimeout: 1000,
118
},
119
body: {
120
- action: 'DUMP_PACKAGE_CONFIG'
121
- }
+ action: 'DUMP_PACKAGE_CONFIG',
+ },
122
})
123
const { data: daemonVersionRes } = await useHttp<any>('/get-update/sesame-daemon', {
124
query: {
125
- current: daemonVersionDump?.value?.job?.result?.data[0]?.version || '0.0.0',
+ current: daemonVersionDump?.value?.response?.data[0]?.version || '0.0.0',
126
127
128
orchestratorVersion.value = orchestratorVersionRes.value?.data
0 commit comments