Skip to content

Commit

Permalink
fixed missing export in upload_github.js
Browse files Browse the repository at this point in the history
  • Loading branch information
rgerum committed Oct 28, 2024
1 parent 7adb710 commit 95b6632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/editor/upload_github.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export async function uploadWithDiffToGithub(
});
}

async function upload_github(
export async function upload_github(
id,
course_id,
content,
Expand Down

0 comments on commit 95b6632

Please sign in to comment.