guac icon indicating copy to clipboard operation
guac copied to clipboard

Fixed incorrect depsdev getProject

Open nathannaveen opened this issue 1 year ago • 0 comments

Description of the PR

This PR addresses the issue described in #1413. It is based on the changes from PR #1438.

Reason for New PR:

I do not have permissions to push to the original PRs branch, so I am creating this new pull request to continue the work.

PR Checklist

  • [ ] All commits have a Developer Certificate of Origin (DCO) -- they are generated using -s flag to git commit.
  • [ ] All new changes are covered by tests
  • [ ] If GraphQL schema is changed, make generate has been run
  • [ ] If GraphQL schema is changed, GraphQL client updates/additions have been made
  • [ ] If OpenAPI spec is changed, make generate has been run
  • [ ] If ent schema is changed, make generate has been run
  • [ ] If collectsub protobuf has been changed, make proto has been run
  • [ ] All CI checks are passing (tests and formatting)
  • [ ] All dependent PRs have already been merged

nathannaveen avatar Jul 09 '24 17:07 nathannaveen