Fix linter issues

This commit is contained in:
Jonas Plum
2023-05-21 13:52:26 +02:00
parent c96e2ebe06
commit 25b9d693af
11 changed files with 16 additions and 35 deletions

View File

@@ -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",