mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-08-02 17:12:16 +03:00
rename debug to system (#4447)
This commit is contained in:
@@ -28,8 +28,8 @@ export async function getRecording(_url, _cb, _props) {
|
||||
return module.default;
|
||||
}
|
||||
|
||||
export async function getDebug(_url, _cb, _props) {
|
||||
const module = await import('./Debug.jsx');
|
||||
export async function getSystem(_url, _cb, _props) {
|
||||
const module = await import('./System.jsx');
|
||||
return module.default;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user