We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ace1472 + 49600e0 commit b71a229Copy full SHA for b71a229
backend/src/data/eventData.ts
@@ -61,6 +61,7 @@ export async function fetchEvents() {
61
62
if (!response.ok) {
63
throw new Error(JSON.stringify(response.json()));
64
+
65
}
66
const res: FacebookEventsResponse = await response.json();
67
0 commit comments