Skip to content

Commit

Permalink
adjust get with a real api response schema
Browse files Browse the repository at this point in the history
  • Loading branch information
loosla committed Oct 9, 2024
1 parent efb1576 commit 4c9d2f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion databases.go
Original file line number Diff line number Diff line change
Expand Up @@ -1922,7 +1922,7 @@ func (svc *DatabasesServiceOp) GetLogsink(ctx context.Context, databaseID string
}

root := new(databaseLogsinkRoot)
resp, err := svc.client.Do(ctx, req, root)
resp, err := svc.client.Do(ctx, req, root.Sink)
if err != nil {
return nil, resp, err
}
Expand Down

0 comments on commit 4c9d2f5

Please sign in to comment.