chore: fix typo

main
sudo pacman -Syu 2022-12-25 18:13:38 +07:00
parent 2864b3087d
commit 85b4003bc4
2 changed files with 2 additions and 2 deletions

View File

@ -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
}

View File

@ -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
}