Skip to content

Commit 8cf238f

Browse files
betegonclaude
andcommitted
fix(init): remove unnecessary async and fix formatting
Drop async from detectSentry wrapper (lint: no-await-in-async) and apply biome formatting. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 45c6b79 commit 8cf238f

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/lib/init/local-ops.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -990,9 +990,7 @@ export async function detectExistingProject(cwd: string): Promise<{
990990
return null;
991991
}
992992

993-
async function detectSentry(
994-
payload: DetectSentryPayload
995-
): Promise<LocalOpResult> {
993+
function detectSentry(payload: DetectSentryPayload): Promise<LocalOpResult> {
996994
return precomputeSentryDetection(payload.cwd);
997995
}
998996

0 commit comments

Comments
 (0)