Skip to content

Commit

Permalink
Revision 6bb44c1
Browse files Browse the repository at this point in the history
  • Loading branch information
qawolf-team committed Apr 23, 2024
1 parent cb43ac8 commit 5ff656e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34457,7 +34457,7 @@ async function findOrCreateEnvironment({ qawolfApiKey, branch, pr, qaWolfTeamId,
const multiBranchResponse = await axios_1.default.post(constants_1.qawolfGraphQLEndpoint, {
query: `
query teamBranches($teamId: String!) {
teamBranches(where: { teamId: { equals: $teamId }}) {
teamBranches: activeTeamBranches(teamId: $teamId) {
id
environments{
id
Expand Down
2 changes: 1 addition & 1 deletion src/findOrCreateEnvironment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export async function findOrCreateEnvironment({
{
query: `
query teamBranches($teamId: String!) {
teamBranches(where: { teamId: { equals: $teamId }}) {
teamBranches: activeTeamBranches(teamId: $teamId) {
id
environments{
id
Expand Down

0 comments on commit 5ff656e

Please sign in to comment.