Always use UTC #5

Merged
robin merged 2 commits from dev into main 2026-07-20 22:24:17 +02:00
Showing only changes of commit 1ce0c8fdb7 - Show all commits
-2
View File
@@ -31,11 +31,9 @@ func (s *UserService) CreateUser(ctx context.Context, email string, name string,
if len(email) == 0 {
return nil, errors.New("email is required")
}
if len(name) == 0 {
return nil, errors.New("name is required")
}
if len(password) == 0 {
return nil, errors.New("password is required")
}