We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40cba84 commit 7009b16Copy full SHA for 7009b16
1 file changed
src/use-cases/plan/GeneratePlan.ts
@@ -87,6 +87,7 @@ export class GeneratePlan {
87
});
88
89
if (!response.ok) {
90
+ console.log(response);
91
throw new BadRequestError('Failed to generate plan');
92
}
93
0 commit comments