Chore: Remove result field from notifications (#65170)

* remove result field from notifications

* fix test
This commit is contained in:
Serge Zaitsev
2023-03-28 13:44:15 +02:00
committed by GitHub
parent 352967f092
commit b2ab57d14b
4 changed files with 12 additions and 14 deletions

View File

@@ -49,6 +49,5 @@ type SendResetPasswordEmailCommand struct {
}
type ValidateResetPasswordCodeQuery struct {
Code string
Result *user.User
Code string
}