From b3eb8f1a4301f252604721e7f5fa7e4707b9bc6b Mon Sep 17 00:00:00 2001 From: Fine0830 Date: Tue, 22 Apr 2025 11:22:58 +0800 Subject: [PATCH] Update src/store/modules/profile.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- src/store/modules/profile.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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({