Skip to content

Commit 9c4e6d1

Browse files
committed
Update websocket.go
1 parent a9a8155 commit 9c4e6d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/handler/websocket.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ type wrapChunkData struct {
1414
Index int `json:"index"`
1515
TotalChunks int `json:"totalChunks"`
1616
Progress int `json:"progress"`
17-
Complete bool `json:"complete"`
17+
Complete bool `json:"complete"`
1818
Data string `json:"data"`
1919
}
2020

0 commit comments

Comments
 (0)