mirror of
https://github.com/sct/overseerr.git
synced 2025-09-17 17:24:35 +02:00
fix(logs): handle unexpected log messages (#2303)
* fix(logs): handle unexpected log messages * fix(logs): update regexp for json to appease the lgtm gods
This commit is contained in:

committed by
GitHub

parent
febf0677b8
commit
f284e4ab97
@@ -3,7 +3,7 @@ import type { PaginatedResponse } from './common';
|
||||
export type LogMessage = {
|
||||
timestamp: string;
|
||||
level: string;
|
||||
label: string;
|
||||
label?: string;
|
||||
message: string;
|
||||
data?: Record<string, unknown>;
|
||||
};
|
||||
|
Reference in New Issue
Block a user