Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
Sudarsh1010 committed Nov 7, 2024
1 parent 73077e9 commit 400846f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions internal/services/auth_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package services

import (
"fmt"

"keizer-auth-api/internal/models"
"keizer-auth-api/internal/repositories"
"keizer-auth-api/internal/utils"
Expand Down
3 changes: 2 additions & 1 deletion internal/validators/sign_up.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
package validators

import (
"keizer-auth-api/internal/utils"
"unicode"

"keizer-auth-api/internal/utils"

"github.com/gookit/validate"
)

Expand Down

0 comments on commit 400846f

Please sign in to comment.