Do a fresh media query on snapshot->clip conversion.

This commit is contained in:
Dermot Duffy
2023-01-24 19:36:54 -08:00
parent eefe665f25
commit 191c901952
4 changed files with 30 additions and 42 deletions
+2
View File
@@ -5,6 +5,8 @@ import format from 'date-fns/format';
import isEqual from 'lodash-es/isEqual';
import { FrigateCardError } from '../types';
export type ModifyInterface<T, R> = Omit<T, keyof R> & R;
/**
* Dispatch a Frigate Card event.
* @param target The target from which send the event.