Skip to content

Commit

Permalink
feat solve restreamers method
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan-Nava authored Nov 16, 2023
1 parent 0e1eeb6 commit 4c56b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compress/api_restreamer.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ func (o *compress) GetRestreamers( startFrom, amount int ) ([]Restreamer, error)
requestBody := findRestreamersRequest{
BaseModel: BaseModel{ClientId: o.GetCliendId(), ApiKey: o.apiKey},
StartFrom: startFrom,
Amount: amount
Amount: amount,
}
//
if errs := validator.Validate(requestBody); errs != nil {
Expand Down

0 comments on commit 4c56b5f

Please sign in to comment.