MED-244: Console.log the actual error that happened
This commit is contained in:
@@ -253,6 +253,7 @@ export async function getUserInProgressResponses({
|
||||
.order('created_at', { ascending: false });
|
||||
|
||||
if (error) {
|
||||
console.error("Failed to get analysis responses", error);
|
||||
throw new Error('Something went wrong');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user