Skip to content

Commit cf2742c

Browse files
committed
Feat: works
1 parent 3ecd8ec commit cf2742c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
submission.*
2+
target/

src/service/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ pub async fn submit_solution<P: AsRef<Path>>(
118118
"{}/{}/{}/{}",
119119
base_url,
120120
leaderboard.to_lowercase(),
121-
gpu.to_lowercase(),
121+
gpu,
122122
submission_mode.to_lowercase()
123123
);
124124

0 commit comments

Comments
 (0)