mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-14 15:15:22 +03:00
Clean up typing
This commit is contained in:
parent
8608e3b5ce
commit
d7cd77f051
@ -189,6 +189,8 @@ export default function InputWithTags({
|
||||
let timestamp = 0;
|
||||
|
||||
switch (type) {
|
||||
case "query":
|
||||
break;
|
||||
case "before":
|
||||
case "after":
|
||||
timestamp = convertLocalDateToTimestamp(value);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user