chore: fix incorrect event id mock

This commit is contained in:
Matthew Russell 2022-09-20 16:05:08 -07:00
parent 4ddacb5269
commit 10e1315afa
No known key found for this signature in database
GPG Key ID: EF695622F2C5E3D8

View File

@ -23,7 +23,7 @@ export const getMockBusEventsResult = (): BlockTime => ({
busEvents: [
{
__typename: 'BusEvent',
eventId: '0',
id: '0',
},
],
});