We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9a8155 commit 9c4e6d1Copy full SHA for 9c4e6d1
1 file changed
internal/handler/websocket.go
@@ -14,7 +14,7 @@ type wrapChunkData struct {
14
Index int `json:"index"`
15
TotalChunks int `json:"totalChunks"`
16
Progress int `json:"progress"`
17
- Complete bool `json:"complete"`
+ Complete bool `json:"complete"`
18
Data string `json:"data"`
19
}
20
0 commit comments