Skip to content

Commit

Permalink
Fix getScript
Browse files Browse the repository at this point in the history
  • Loading branch information
jvmusin committed Feb 29, 2024
1 parent 3eee7a4 commit fb4ed2c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ interface PolygonApi {
@PostExchange("problem.script")
suspend fun getScript(
@RequestParam("problemId") problemId: Int,
@RequestParam("testset") name: String,
@RequestParam("testset") testset: String,
): ByteArray // TODO: Check with documentation

@PostExchange("problem.tests")
Expand Down

0 comments on commit fb4ed2c

Please sign in to comment.