mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-14 23:25:25 +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;
|
let timestamp = 0;
|
||||||
|
|
||||||
switch (type) {
|
switch (type) {
|
||||||
|
case "query":
|
||||||
|
break;
|
||||||
case "before":
|
case "before":
|
||||||
case "after":
|
case "after":
|
||||||
timestamp = convertLocalDateToTimestamp(value);
|
timestamp = convertLocalDateToTimestamp(value);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user