Skip to content

Commit

Permalink
Fix inconsistent parameter type bug
Browse files Browse the repository at this point in the history
  • Loading branch information
patstrom committed Aug 13, 2018
1 parent 361324b commit 5036295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion abios_sdk.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const (

// AbiosSdk defines the interface of an implementation of a SDK targeting the Abios endpoints.
type AbiosSdk interface {
SetRate(second, minute int)
SetRate(second, minute uint)
Games(params Parameters) (GameStructPaginated, *ErrorStruct)
Series(params Parameters) (SeriesStructPaginated, *ErrorStruct)
SeriesById(id int64, params Parameters) (SeriesStruct, *ErrorStruct)
Expand Down

0 comments on commit 5036295

Please sign in to comment.