Skip to content

Commit

Permalink
adding some logging
Browse files Browse the repository at this point in the history
  • Loading branch information
psachmann committed Dec 17, 2024
1 parent d9bfe2d commit 7e3b37f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/store/course-room-details.ts
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,8 @@ export default class CourseRoomDetailsModule extends VuexModule {
link.click();
URL.revokeObjectURL(link.href);
} catch (error: any) {
console.log("error", error);

this.setBusinessError({
statusCode: error?.response?.status,
message: error?.response?.statusText,
Expand Down

0 comments on commit 7e3b37f

Please sign in to comment.