forked from baron/baron-sso
ci: add code check badges and coverage reports
This commit is contained in:
@@ -74,7 +74,9 @@ export async function fetchAllCursorPagesMainThread<TItem>({
|
||||
});
|
||||
|
||||
if (!response.ok) {
|
||||
throw new Error(`Cursor page request failed with status ${response.status}`);
|
||||
throw new Error(
|
||||
`Cursor page request failed with status ${response.status}`,
|
||||
);
|
||||
}
|
||||
|
||||
const page = (await response.json()) as CursorPageResponse<TItem>;
|
||||
|
||||
Reference in New Issue
Block a user