add region/bbox/area to event table

This commit is contained in:
Blake Blackshear
2021-09-23 07:31:48 -05:00
parent 1049673413
commit 1d25936f31
5 changed files with 54 additions and 2 deletions

View File

@@ -57,7 +57,6 @@ describe('Event Route', () => {
const mockEvent = {
camera: 'front',
end_time: 1613257337.841237,
false_positive: false,
has_clip: true,
has_snapshot: true,
id: '1613257326.237365-83cgl2',

View File

@@ -71,7 +71,6 @@ describe('Events Route', () => {
const mockEvents = new Array(12).fill(null).map((v, i) => ({
end_time: 1613257337 + i,
false_positive: false,
has_clip: true,
has_snapshot: true,
id: i,