Skip to content

Commit e3c0c67

Browse files
betegonclaude
andcommitted
fix: sort imports in api-client.ts to satisfy biome
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent d6ceae7 commit e3c0c67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/api-client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ export {
7373
listOrganizationsUncached,
7474
} from "./api/organizations.js";
7575
export {
76-
createProject,
7776
type CreatedProjectDetails,
77+
createProject,
7878
createProjectWithDsn,
7979
deleteProject,
8080
findProjectByDsnKey,

0 commit comments

Comments
 (0)