Skip to content

Commit

Permalink
reference the right container
Browse files Browse the repository at this point in the history
  • Loading branch information
PacoVK committed Jun 27, 2024
1 parent 2453c1d commit 539c76f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ public PaginationDto findDeployKeys(String identifier, Integer limit, String ter
"SELECT * FROM DeployKeys p WHERE p.id LIKE @id OR p.key LIKE @key",
paramList);
String continuationToken = identifier.isEmpty() ? null : identifier;
FeedResponse<DeployKey> feedResponse = providerContainer
FeedResponse<DeployKey> feedResponse = deployKeysContainer
.queryItems(
querySpec,
new CosmosQueryRequestOptions(),
Expand Down

0 comments on commit 539c76f

Please sign in to comment.