Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
jairad26 committed Jan 3, 2025
1 parent 0cbe924 commit ea882aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
File renamed without changes.
3 changes: 2 additions & 1 deletion query_execution.go → api_query_execution.go
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,8 @@ func executeQuery[T any](ctx context.Context, n *Namespace, queryParams QueryPar
return gids, objs, nil
}

func getExistingObject[T any](ctx context.Context, n *Namespace, gid uint64, cf *ConstrainedField, object T) (uint64, error) {
func getExistingObject[T any](ctx context.Context, n *Namespace, gid uint64, cf *ConstrainedField,
object T) (uint64, error) {
var err error
if gid != 0 {
gid, _, err = getByGidWithObject[T](ctx, n, gid, object)
Expand Down

0 comments on commit ea882aa

Please sign in to comment.