Skip to content

Commit b71a229

Browse files
authored
Merge branch 'qa' into I2-17/events-api
2 parents ace1472 + 49600e0 commit b71a229

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backend/src/data/eventData.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ export async function fetchEvents() {
6161

6262
if (!response.ok) {
6363
throw new Error(JSON.stringify(response.json()));
64+
6465
}
6566
const res: FacebookEventsResponse = await response.json();
6667

0 commit comments

Comments
 (0)