guac
guac copied to clipboard
Fixed incorrect depsdev getProject
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
-sflag togit commit. - [ ] All new changes are covered by tests
- [ ] If GraphQL schema is changed,
make generatehas been run - [ ] If GraphQL schema is changed, GraphQL client updates/additions have been made
- [ ] If OpenAPI spec is changed,
make generatehas been run - [ ] If ent schema is changed,
make generatehas been run - [ ] If
collectsubprotobuf has been changed,make protohas been run - [ ] All CI checks are passing (tests and formatting)
- [ ] All dependent PRs have already been merged