Skip to content

Commit

Permalink
Bug fix: Correctly label availability changes in the logs
Browse files Browse the repository at this point in the history
  • Loading branch information
beverloo committed Feb 3, 2024
1 parent bf4735e commit c842de4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/LogLoader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ const kLogMessageFormatter: { [key in LogType]: string | LogMessageFormatFn } =
return `${action} ${target?.name}'s participation in ${event}`;
},
[LogType.ApplicationAvailabilityPreferences]: (source, target, { event }) => {
return `Updated their hotel preferences for ${event}`;
return `Updated their availability preferences for ${event}`;
},
[LogType.ApplicationHotelPreferences]: (source, target, { event }) => {
return `Updated their hotel preferences for ${event}`;
Expand Down

0 comments on commit c842de4

Please sign in to comment.