Clean up typing

This commit is contained in:
Nicolas Mowen 2024-09-19 09:50:09 -06:00
parent 8608e3b5ce
commit d7cd77f051

View File

@ -189,6 +189,8 @@ export default function InputWithTags({
let timestamp = 0;
switch (type) {
case "query":
break;
case "before":
case "after":
timestamp = convertLocalDateToTimestamp(value);