Skip to content

Commit

Permalink
fix: check error
Browse files Browse the repository at this point in the history
  • Loading branch information
ditsuke committed Apr 6, 2023
1 parent 66d0671 commit a33d6c5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions amizone/internal/mock/routes.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,7 @@ func GockRegisterCurrentCoursesPage() error {
}

func GockRegisterProfilePage() error {
GockRegisterAuthenticatedGet("/IDCard", IDCardPage)
return nil
return GockRegisterAuthenticatedGet("/IDCard", IDCardPage)
}

func GockRegisterSemWiseCoursesPage() error {
Expand Down

0 comments on commit a33d6c5

Please sign in to comment.