Skip to content

Commit

Permalink
fix file path in example for downloadStudentAssignment method
Browse files Browse the repository at this point in the history
  • Loading branch information
iyashtykov committed Jan 3, 2025
1 parent 6a7c8c6 commit 9d8d708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/course/downloadStudentAssignment.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const { assignmentId, courseId, studentId } = require('../data.js')

async function main() {
await auth
const filePath = '/home/codio/workspace/file.csv'
const filePath = '/home/codio/workspace/studentAssignmentArchive.tar.zst'

const result = await codio.course.downloadStudentAssignment(courseId, assignmentId, studentId, filePath)

Expand Down

0 comments on commit 9d8d708

Please sign in to comment.