mirror of
https://github.com/SecurityBrewery/catalyst.git
synced 2025-12-06 15:22:47 +01:00
Fix linter issues
This commit is contained in:
@@ -30,7 +30,7 @@ func Context() context.Context {
|
||||
return maut.UserContext(context.Background(), Bob, nil) // TODO add permissions ?
|
||||
}
|
||||
|
||||
func Config(ctx context.Context) (*catalyst.Config, error) {
|
||||
func Config(_ context.Context) (*catalyst.Config, error) {
|
||||
config := &catalyst.Config{
|
||||
IndexPath: "index.bleve",
|
||||
Network: "catalyst",
|
||||
|
||||
Reference in New Issue
Block a user