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.
1 parent c29cc3d commit 4a88416Copy full SHA for 4a88416
libpretixsync/src/main/java/eu/pretix/libpretixsync/sync/AllSubEventsSyncAdapter.kt
@@ -75,7 +75,7 @@ class AllSubEventsSyncAdapter(
75
active = jsonobj.getBoolean("active"),
76
date_from = dateFrom,
77
date_to = dateTo,
78
- event_slug = eventSlug,
+ event_slug = jsonobj.getString("event"),
79
json_data = jsonobj.toString(),
80
server_id = jsonobj.getLong("id"),
81
)
@@ -96,7 +96,7 @@ class AllSubEventsSyncAdapter(
96
97
98
99
100
101
id = obj.id,
102
0 commit comments