mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-05 13:07:44 +03:00
Fix cleanup
This commit is contained in:
parent
a0b6fcb73c
commit
23602ff417
@ -300,5 +300,5 @@ export default function System() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function jsonCleaner(key, value) {
|
function jsonCleaner(key, value) {
|
||||||
return value.replace(/[\\n]+/gi, '');
|
return value.replace(/[\\\s]+/gi, '');
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user