mirror of
https://github.com/datarhei/core.git
synced 2025-10-05 16:07:07 +08:00
Fix linter warnings
This commit is contained in:
@@ -62,6 +62,9 @@ func DummyRestreamer(pathPrefix string) (restream.Restreamer, error) {
|
||||
JWTSecret: "",
|
||||
Logger: nil,
|
||||
})
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
iam.AddPolicy("$anon", "$none", "api:/**", "ANY")
|
||||
iam.AddPolicy("$anon", "$none", "fs:/**", "ANY")
|
||||
|
Reference in New Issue
Block a user