Skip to content

Commit 7009b16

Browse files
committed
main
1 parent 40cba84 commit 7009b16

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/use-cases/plan/GeneratePlan.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ export class GeneratePlan {
8787
});
8888

8989
if (!response.ok) {
90+
console.log(response);
9091
throw new BadRequestError('Failed to generate plan');
9192
}
9293

0 commit comments

Comments
 (0)