mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 08:02:15 +03:00
cli: fixed lint error (#5877)
https://github.com/hasura/graphql-engine/pull/5877
This commit is contained in:
parent
bf466e3b63
commit
ebe6990c45
@ -102,12 +102,14 @@ func (r *APIServer) setConfigVersion(configVersion cli.ConfigVersion) gin.Handle
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
func (r *APIServer) setMetadataFile(file string) gin.HandlerFunc {
|
||||
return func(c *gin.Context) {
|
||||
c.Set("metadataFile", file)
|
||||
c.Next()
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
func (r *APIServer) setLogger(logger *logrus.Logger) gin.HandlerFunc {
|
||||
return func(c *gin.Context) {
|
||||
|
Loading…
Reference in New Issue
Block a user