Skip to content

Commit

Permalink
Merge branch 'scheduler-reminders' of github.com:elena-kolevska/test-…
Browse files Browse the repository at this point in the history
…infra into scheduler-reminders
  • Loading branch information
elena-kolevska committed Nov 26, 2024
2 parents 085cf0d + cfb37de commit eb10b34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scheduler-actor-reminders/client/player-actor-client.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func main() {
// Start monitoring actor player's health
go monitorPlayerHealth(ctx, myActor)

//Start player actor health increase reminder
// Start player actor health increase reminder
err = myActor.StartReminder(ctx, &api.ReminderRequest{
ReminderName: "healthReminder",
Period: "20s",
Expand Down

0 comments on commit eb10b34

Please sign in to comment.