Skip to content

Commit f54c3d0

Browse files
authored
Merge pull request #168 from Front-End-Coders-Mauritius/include-deck-in-api
add deck query to sessions
2 parents 085d38c + ee56a7a commit f54c3d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/frontendmu-data/scripts/directus-dump.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ async function loadEventsUncached() {
1111
const events = await client.request(
1212
readItems("Events",
1313
{
14-
fields: ["*.*", "sessions.Events_id.*", "sessions.Session_id.speakers.name", "sessions.Session_id.title", "sessions.Session_id.speakers.id", "sessions.Session_id.speakers.github_account", "sponsors.Sponsor_id.*.*"],
14+
fields: ["*.*", "sessions.Events_id.*", "sessions.Session_id.speakers.name", "sessions.Session_id.title", "sessions.Session_id.speakers.id", "sessions.Session_id.speakers.github_account", "sessions.Session_id.deck", "sponsors.Sponsor_id.*.*"],
1515
}
1616
));
1717

0 commit comments

Comments
 (0)