-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🪶 - Support for Test case, suit and action Endpoint #45
Conversation
Added New Endpoint for the Update Case Batch
Your Render PR Server URL is https://orca-pr-45.onrender.com. Follow its progress at https://dashboard.render.com/web/srv-cj18ncmnqqlaj62gpi0g. |
/review |
Preparing review... |
1 similar comment
Preparing review... |
let config = Config{ env, db: None }; | ||
Ok(config) | ||
config |
Check warning
Code scanning / clippy
returning the result of a let binding from a block Warning
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will check this in next PR
No description provided.