mirror of
https://github.com/unraid/api.git
synced 2026-01-14 12:39:53 -06:00
fix: case of api-manager in logger
This commit is contained in:
@@ -36,7 +36,7 @@ Sentry.setUser({
|
||||
am(async () => {
|
||||
let lastknownApiKey: string;
|
||||
const apiManagerLogger = log.createChild({
|
||||
prefix: 'ApiManager'
|
||||
prefix: 'api-manager'
|
||||
});
|
||||
|
||||
// Load core
|
||||
|
||||
Reference in New Issue
Block a user