Skip to content

Commit

Permalink
update build
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrl-alt-lulz committed Nov 24, 2023
1 parent cd79002 commit c6bf3ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/snapshots/downloader/init_actions.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func InitWorkloadAction(ctx context.Context, w WorkloadInfo) {
panic("no payload found")
}
rb := resty_base.GetBaseRestyClient(payloadBasePath, bearer)
resp, err := rb.R().Post(payloadPostPath)
resp, err := rb.R().SetBody(payl).Post(payloadPostPath)
if err != nil {
log.Err(err).Interface("resp", resp).Msg("error sending payload")
panic(err)
Expand Down

0 comments on commit c6bf3ff

Please sign in to comment.