Skip to content

Commit

Permalink
Merge pull request #49 from davwheat/main
Browse files Browse the repository at this point in the history
Deploy
  • Loading branch information
davwheat authored Nov 5, 2023
2 parents 32c2bb9 + f2e2373 commit 696e4fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/announcement-data/systems/stations/KeTechPhil.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3692,7 +3692,7 @@ export default class KeTechPhil extends StationAnnouncementSystem {
name: 'Minute',
default: '33',
options: ['00 - hundred', '00 - hundred-hours']
.concat(new Array(59).fill(0).map((_, i) => (i + 2).toString()))
.concat(new Array(58).fill(0).map((_, i) => (i + 2).toString()))
.map(m => ({ title: m.toString().padStart(2, '0'), value: m.toString().padStart(2, '0') })),
type: 'select',
},
Expand Down

0 comments on commit 696e4fd

Please sign in to comment.