Skip to content

Commit

Permalink
[+] Add 2021 Alton Towers data update (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
cubehouse committed Apr 10, 2021
1 parent 1aa4c9d commit 6efa868
Show file tree
Hide file tree
Showing 2 changed files with 726 additions and 1,126 deletions.
2 changes: 1 addition & 1 deletion lib/merlinparks/altontowers.js
Expand Up @@ -21,7 +21,7 @@ class AltonTowers extends MerlinPark {

// Park API options
options.apiKey = options.apiKey || 'e6c2bbf8-da54-47a2-a5ed-8b7797137113';
options.initialDataVersion = options.initialDataVersion || '2019-05-01T14:58:20Z';
options.initialDataVersion = options.initialDataVersion || '2021-04-09T17:52:39Z';

// Fallback data if the /data webservice doesn't work
options.fallbackData = options.fallbackData || defaultFallbackData;
Expand Down

0 comments on commit 6efa868

Please sign in to comment.