-
Notifications
You must be signed in to change notification settings - Fork 1
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
PLATFORM-9035 Fix login/email change #104
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## fandom_master_1_0_0 #104 +/- ##
======================================================
Coverage ? 76.77%
======================================================
Files ? 330
Lines ? 21975
Branches ? 0
======================================================
Hits ? 16872
Misses ? 3811
Partials ? 1292 ☔ View full report in Codecov by Sentry. |
31a1b67
to
59b1409
Compare
59b1409
to
8a6056d
Compare
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.
Looks good
selfservice/hook/web_hook.go
Outdated
validationErrs = append(validationErrs, schema.NewHookValidationError(msg.InstancePtr, "a webhook target returned an error", messages)) | ||
} | ||
} else { | ||
for _, msg := range hookResponseFallback.Messages { |
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.
Nitpick: This for
could be extracted to function.
IMO: It might be not worth the effort, because we would change this code soon after migration
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.
Yeah, I kept it simple, because it'll be deleted soon.
Co-authored-by: Mikołaj Meller <[email protected]>
Co-authored-by: Mikołaj Meller <[email protected]>
# Conflicts: # selfservice/hook/web_hook.go
No description provided.