Skip to content

Commit

Permalink
Update client/http/interface.go
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan Leung <[email protected]>
  • Loading branch information
Jackl9u and rleungx authored Aug 8, 2024
1 parent 49013d1 commit e409480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/http/interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -1038,7 +1038,7 @@ func (c *client) GetGCSafePoint(ctx context.Context) (ListServiceGCSafepoint, er
if err != nil {
return gcsafepoint, err
}
return gcsafepoint, nil
return gcSafePoint, nil
}

// DeleteGCSafePoint deletes a gc_safepoint
Expand Down

0 comments on commit e409480

Please sign in to comment.