Skip to content

Commit

Permalink
fix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
dsinghvi committed Jan 12, 2024
1 parent 9aacdf3 commit 8c14af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webhooks/get_by_id.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
seamapigo "github.com/seamapi/go"
)

func (c *Client) GetById(ctx context.Context, webhookId string) (*seamapigo.WebhooksGetResponse, error) {
func (c *Client) GetById(ctx context.Context, webhookId string) (*seamapigo.Webhook, error) {
return c.Get(
ctx,
&seamapigo.WebhooksGetRequest{
Expand Down

0 comments on commit 8c14af9

Please sign in to comment.