Skip to content

Commit

Permalink
Temporarily revert scope handling for Oct release
Browse files Browse the repository at this point in the history
  • Loading branch information
pipeline committed Oct 23, 2023
1 parent 04fa6e1 commit 38f295e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/project/request_model_api.go
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,7 @@ func GetRequests(w http.ResponseWriter, r *http.Request) {
var response []byte
var err error

if limit != "" || in_scope {
if limit != "" /*|| in_scope*/ {
response, err = json.Marshal(PartialRequestResponse{
TotalRequests: uint64(requestCount),
Requests: requests,
Expand Down

0 comments on commit 38f295e

Please sign in to comment.