We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c65993b + c1b5c3e commit acaeba6Copy full SHA for acaeba6
1 file changed
backend/pkg/broker/topics/blcu/download.go
@@ -87,7 +87,7 @@ func (download *Download) handleDownload(message *websocket.Message) error {
87
return err
88
}
89
90
- pushErr := download.api.UserPush(downloadRequest)
+ pushErr := download.api.UserPush(&downloadRequest)
91
return pushErr
92
93
0 commit comments