chore: fix typo
parent
2864b3087d
commit
85b4003bc4
|
@ -8,7 +8,7 @@
|
|||
|
||||
|
||||
func (s *service) Upload(ctx context.Context, req Request) error {
|
||||
// I simplify by omit the response, only care error fow now
|
||||
// I simplify by omitting the response, only care error fow now
|
||||
if err := s.verifyService.Verify(req); err != nil {
|
||||
return err
|
||||
}
|
||||
|
|
|
@ -51,7 +51,7 @@ type service struct {
|
|||
|
||||
|
||||
func (s *service) Upload(ctx context.Context, req Request) error {
|
||||
// I simplify by omit the response, only care error fow now
|
||||
// I simplify by omitting the response, only care error fow now
|
||||
if err := s.verifyService.Verify(req); err != nil {
|
||||
return err
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue