Skip to content

Commit

Permalink
Update src/handlers/registry_handler.go
Browse files Browse the repository at this point in the history
Co-authored-by: Vitaly Volozhinov <[email protected]>
  • Loading branch information
keefertaylor and VitalyV1337 authored Jan 4, 2024
1 parent a827355 commit 59a0b28
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/handlers/registry_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,6 @@ func GetRuntime(w http.ResponseWriter, r *http.Request) {
}

// Creating query that will be used to return runtime by it's namespace
// query := registry.NamespaceQuery{Height: height, ID: nameSpace}
query := registry.GetRuntimeQuery{Height: height, ID: nameSpace}

// Retrieving runtime object using above query
Expand Down

0 comments on commit 59a0b28

Please sign in to comment.