Skip to content

Commit

Permalink
fix failing ci
Browse files Browse the repository at this point in the history
Signed-off-by: nyagamunene <[email protected]>
  • Loading branch information
nyagamunene committed Jul 2, 2024
1 parent 93de20e commit 7a83a49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/sdk/go/sdk.go
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ type SDK interface {
// things, _ := sdk.SearchThings(pm, "token")
// fmt.Println(things)
SearchThings(pm PageMetadata, token string) (ThingsPage, errors.SDKError)

// DeleteThing deletes a thing with the given id.
//
// example:
Expand Down

0 comments on commit 7a83a49

Please sign in to comment.