Skip to content

Commit

Permalink
refactor(backend): typo fix [2024-11-01]
Browse files Browse the repository at this point in the history
  • Loading branch information
CHRISCARLON committed Nov 1, 2024
1 parent ea67896 commit 4de58f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gridwalk-backend/src/routes/layer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pub async fn upload_layer(
headers: HeaderMap,
mut multipart: Multipart,
) -> Result<impl IntoResponse, (StatusCode, Json<serde_json::Value>)> {
// Extract chunk information sent front frontend
// Extract chunk information sent from frontend
// Total chunks to be processed
let total_chunks = headers
.get("x-total-chunks")
Expand Down

0 comments on commit 4de58f4

Please sign in to comment.