Skip to content

Commit

Permalink
Changing number of guests to string to use as increment value when ad…
Browse files Browse the repository at this point in the history
…ding passes back (#417)
  • Loading branch information
Christopher-walsh22 authored Oct 17, 2024
1 parent 50aedfa commit d946c5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samNode/handlers/purgeExpired/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ exports.handler = async (event, context) => {
token.parkOrcs,
token.shortPassDate,
token.facilityName,
token.numberOfGuests,
token.numberOfGuests.toString(),
token.type,
token.pk,
token.sk);
Expand Down

0 comments on commit d946c5f

Please sign in to comment.