Merge branch 'main-dev' into dev-refactor
This commit is contained in:
@@ -21,7 +21,7 @@ export const getLines = async (organization: string, projectId?: string, version
|
||||
}
|
||||
|
||||
if (!response.ok) {
|
||||
throw new Error("Failed to get Lines");
|
||||
console.error("Failed to get Lines");
|
||||
}
|
||||
|
||||
const result = await response.json();
|
||||
|
||||
Reference in New Issue
Block a user