replaced fmt.Println with logger usage
This commit is contained in:
@@ -104,7 +104,9 @@ func NewServer(
|
||||
accts: accts,
|
||||
etsy: etsy,
|
||||
auth: auth,
|
||||
// TODO: shouldn't this ACTUALLY be a middleware?
|
||||
authMiddleware: middleware.NewAuth(
|
||||
logger.WithGroup("auth-middleware"),
|
||||
auth,
|
||||
newLoginURL,
|
||||
accts,
|
||||
|
||||
Reference in New Issue
Block a user