Skip to content

Commit

Permalink
feat: we did it!
Browse files Browse the repository at this point in the history
  • Loading branch information
DereC4 committed Nov 14, 2024
1 parent 1c41cdb commit de544e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/background/handler/userScheduleHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ const userScheduleHandler: MessageHandler<UserScheduleMessages> = {
renameSchedule({ data, sendResponse }) {
renameSchedule(data.scheduleId, data.newName).then(sendResponse);
},
// proxy so we can add courses
addCourseByURL({ data, sendResponse }) {
fetch(data.url, {
method: data.method,
Expand Down

0 comments on commit de544e1

Please sign in to comment.