-
Notifications
You must be signed in to change notification settings - Fork 0
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
remove unused action option from BE #2764
Conversation
…. also, used `no-verify` because the go linter hangs. looking at that too
…o NOREF/rest_to_gql
@@ -16,7 +16,6 @@ import ( | |||
|
|||
// NewFetchBusinessCaseByID is a service to fetch the business case by id | |||
func NewFetchBusinessCaseByID( | |||
config Config, |
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.
unused
actionType: isFinal | ||
? 'SUBMIT_FINAL_BIZ_CASE' | ||
: 'SUBMIT_BIZ_CASE' |
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.
no longer needed - only one function on backend regardless of which action
…o NOREF/rest_to_gql
…o NOREF/rest_to_gql
…o NOREF/rest_to_gql
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.
Nice, can't wait to nix the rest of this old REST code.
This reverts commit 9f0b918.
NOREF
Description
postAction
:and we had this in the BE:
because
models.ActionTypeSUBMITINTAKE
is not one of the actions sent throughpostAction
, it seems fine to remove before we refactor business case to be completely graphqlHow to test this change
PR Author Checklist
PR Reviewer Guidelines