diff --git a/src/store/modules/profile.ts b/src/store/modules/profile.ts index 49d848da..4a22511d 100644 --- a/src/store/modules/profile.ts +++ b/src/store/modules/profile.ts @@ -103,7 +103,7 @@ export const profileStore = defineStore({ return response; } this.endpoints = response.data.pods || []; - return response; + return response.data; }, async getTaskEndpoints(serviceId: string, keyword?: string) { const response = await graphql.query("queryEndpoints").params({