Skip to content

Commit

Permalink
chore(merge): merge develop into main
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Aug 12, 2024
2 parents e47a7fb + 4614ebe commit 40eca61
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export class CompetitionEncounterChangeConfirmationRequestNotifier extends Notif
}> {
protected linkType = 'encounterCompetition';
protected type: keyof NotificationOptionsTypes = 'encounterChangeConfirmationNotification';
protected override allowedInterval: unitOfTime.Diff = 'minute';
protected override allowedInterval: unitOfTime.Diff = 'second';

private readonly options = (encounter: EncounterCompetition) => {
return {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export class CompetitionEncounterChangeFinishRequestNotifier extends Notifier<{
}> {
protected linkType = 'encounterCompetition';
protected type: keyof NotificationOptionsTypes = 'encounterChangeFinishedNotification';
protected override allowedInterval: unitOfTime.Diff = 'minute';
protected override allowedInterval: unitOfTime.Diff = 'second';

private readonly options = (encounter: EncounterCompetition) => {
return {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export class CompetitionEncounterChangeNewRequestNotifier extends Notifier<{
}> {
protected linkType = 'encounterCompetition';
protected type: keyof NotificationOptionsTypes = 'encounterChangeNewNotification';
protected override allowedInterval: unitOfTime.Diff = 'hour';
protected override allowedInterval: unitOfTime.Diff = 'second';

private readonly options = (encounter: EncounterCompetition) => {
return {
Expand Down

0 comments on commit 40eca61

Please sign in to comment.