Skip to content

Commit

Permalink
removing comments
Browse files Browse the repository at this point in the history
  • Loading branch information
psachmann committed Dec 17, 2024
1 parent 4990c62 commit 82ef11c
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions src/store/course-room-details.ts
Original file line number Diff line number Diff line change
Expand Up @@ -219,22 +219,7 @@ export default class CourseRoomDetailsModule extends VuexModule {
responseType: "blob",
}
);
// const response = await CoursesApiFactory(
// undefined,
// "v3",
// $axios
// ).courseControllerExportCourse(
// this.roomData.roomId,
// exportSettings.version,
// {
// topics: exportSettings.topics,
// tasks: exportSettings.tasks,
// columnBoards: exportSettings.columnBoards,
// },
// {
// responseType: "blob",
// }
// );

const link = document.createElement("a");
link.href = URL.createObjectURL(
new Blob([response.data as unknown as Blob])
Expand Down

0 comments on commit 82ef11c

Please sign in to comment.