Skip to content

Commit 3d7debb

Browse files
committed
Mock data fix
1 parent e76d22e commit 3d7debb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/cloud/src/CloudAPI.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -156,10 +156,10 @@ export class CloudAPI {
156156

157157
// Return mock data when API fails as requested
158158
return [
159-
{ id: "1", name: "Code Assistant", type: "code", icon: "💻" },
160-
{ id: "2", name: "Test Generator", type: "test", icon: "🧪" },
161-
{ id: "3", name: "Code Reviewer", type: "review", icon: "👁️" },
162-
{ id: "4", name: "Documentation Writer", type: "docs", icon: "📝" },
159+
{ id: "1", name: "Code Assistant", type: "code" },
160+
{ id: "2", name: "Test Generator", type: "test" },
161+
{ id: "3", name: "Code Reviewer", type: "review" },
162+
{ id: "4", name: "Documentation Writer", type: "docs" },
163163
]
164164
}
165165
}

0 commit comments

Comments
 (0)