Skip to content

Commit f710cb7

Browse files
committed
fix: rebase
1 parent adc4820 commit f710cb7

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

webapp/src/api/organizations.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ export async function getOrganizations(): Promise<Organization[]> {
2929
try {
3030
return await fetchApi("/organizations", OrganizationSchema.array());
3131
} catch (error) {
32-
console.error("[getOrganizations] failed", error);
3332
return [];
3433
}
3534
}

0 commit comments

Comments
 (0)