idle
This commit is contained in:
@@ -25,11 +25,7 @@ func main() {
|
||||
|
||||
jwtManager := jwt.NewManager(cfg.JWTSecret)
|
||||
|
||||
authService, err := auth.NewService(cfg, db)
|
||||
if err != nil {
|
||||
fmt.Fprintf(os.Stderr, "Auth service error: %v\n", err)
|
||||
os.Exit(1)
|
||||
}
|
||||
authService := auth.NewService(db)
|
||||
|
||||
auditLogger := audit.NewLogger(db)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user