Skip to content

Commit ef93705

Browse files
1 parent 80e8d60 commit ef93705

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/infrastructure/PassAdapter.js

+7-1
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,15 @@ class PassAdapter {
2727
passTypeIdentifier,
2828
teamIdentifier: this.config.teamIdentifier,
2929
logoText: title,
30-
relevantDate: start,
3130
webServiceURL: this.baseURL,
3231
authenticationToken: token,
32+
maxDistance: 100,
33+
relevantDate: start,
34+
semantics: {
35+
eventStartDate: start,
36+
eventEndDate: new Date(new Date(start).setHours(start.getHours() + 1)),
37+
duration: 3600,
38+
},
3339
},
3440
);
3541

0 commit comments

Comments
 (0)