fixup! Remove last leftover of internal libraries.

This commit is contained in:
2023-10-10 22:31:11 +01:00
parent 8a2b90ef8b
commit dd25e4a4a5
+2 -2
View File
@@ -32,10 +32,10 @@ func loadRatelimitConfig() error {
if err == nil {
return nil
}
cfg.Logger.Error("Failed to load config", map[string]interface{}{"path": path, "error": err})
cfg.Logger.Debug("Failed to load config", map[string]interface{}{"path": path, "error": err})
}
cfg.Logger.Debug("Rate limit config not found")
cfg.Logger.Error("Rate limit config not found")
return os.ErrNotExist
}