Skip to content

Commit

Permalink
fix method condition
Browse files Browse the repository at this point in the history
  • Loading branch information
mkartashov committed Dec 7, 2024
1 parent 81d4570 commit ba1b22f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gitlab/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ impl Client {
if only_membership {
query += "&only_membership=true"
}
if method != "project" {
if method != "projects" {
query += "&include_subgroups=true"
}
query
Expand Down

0 comments on commit ba1b22f

Please sign in to comment.