chore: fix incorrect event id mock
This commit is contained in:
parent
4ddacb5269
commit
10e1315afa
@ -23,7 +23,7 @@ export const getMockBusEventsResult = (): BlockTime => ({
|
|||||||
busEvents: [
|
busEvents: [
|
||||||
{
|
{
|
||||||
__typename: 'BusEvent',
|
__typename: 'BusEvent',
|
||||||
eventId: '0',
|
id: '0',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user