Skip to content

Commit 8f469c5

Browse files
committed
fix: remove duplicate 'sentry project list' from suggestions
Address Bugbot: the project list command appeared both as the primary hint (under 'Try:') and in the suggestions list (under 'Or:'). Keep it only as the primary hint.
1 parent 2373de6 commit 8f469c5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib/resolve-target.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,6 @@ export async function fetchProjectId(
608608
);
609609
}
610610
suggestions.push(
611-
`List available projects: sentry project list ${org}/`,
612611
`Check the project slug at https://sentry.io/organizations/${org}/projects/`
613612
);
614613
throw new ResolutionError(

0 commit comments

Comments
 (0)