Skip to content

Commit ac6fea7

Browse files
1 parent 80e8d60 commit ac6fea7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/infrastructure/PassAdapter.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,11 @@ class PassAdapter {
2727
passTypeIdentifier,
2828
teamIdentifier: this.config.teamIdentifier,
2929
logoText: title,
30-
relevantDate: start,
3130
webServiceURL: this.baseURL,
3231
authenticationToken: token,
32+
eventStartDate: start,
33+
eventEndDate: new Date(new Date(start).setHours(start.getHours() + 1)),
34+
duration: 3600,
3335
},
3436
);
3537

0 commit comments

Comments
 (0)