We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adc4820 commit f710cb7Copy full SHA for f710cb7
1 file changed
webapp/src/api/organizations.ts
@@ -29,7 +29,6 @@ export async function getOrganizations(): Promise<Organization[]> {
29
try {
30
return await fetchApi("/organizations", OrganizationSchema.array());
31
} catch (error) {
32
- console.error("[getOrganizations] failed", error);
33
return [];
34
}
35
0 commit comments