Skip to content

Commit

Permalink
fixed issue #3
Browse files Browse the repository at this point in the history
  • Loading branch information
chopster44 committed Mar 25, 2023
1 parent 433b486 commit 8183ace
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "edulinkone-api",
"version": "1.1.3",
"version": "1.1.4",
"description": "A custom-built unofficial api for OvernetData's Edulinkone",
"homepage": "https://github.com/chopster44/edulinkone-api#readme",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion src/API/edulink.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ export class Edulink {
let reqParams: Params = {
action: "HomeworkDetails",
data: {
homeworkId: params.id,
homework_id: params.id,
source: params.source,
}
}
Expand Down

0 comments on commit 8183ace

Please sign in to comment.