Skip to content

Commit b50ec56

Browse files
authored
fix(guard): add correct owner filter for list projects by owner (#333)
1 parent e004223 commit b50ec56

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

guard/lib/guard/api/project.ex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ defmodule Guard.Api.Project do
9393
InternalApi.Projecthub.PaginationRequest.new(
9494
page: opts[:page] || 1,
9595
page_size: @project_page_size
96-
)
96+
),
97+
owner_id: opts[:owner_id] || ""
9798
)
9899
end
99100
end

0 commit comments

Comments
 (0)