Skip to content

Commit

Permalink
fix(deployment): provider deployments query fix
Browse files Browse the repository at this point in the history
  • Loading branch information
baktun14 committed Nov 28, 2024
1 parent ceb68ec commit 2311b31
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export class DeploymentRepository {
attributes: [],
required: true,
where: {
provider: options.provider
providerAddress: options.provider
}
}
],
Expand Down

0 comments on commit 2311b31

Please sign in to comment.