Skip to content

Commit

Permalink
duh
Browse files Browse the repository at this point in the history
Signed-off-by: Elena Kolevska <[email protected]>
  • Loading branch information
elena-kolevska committed Nov 26, 2024
1 parent eb10b34 commit c0b01c3
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 @@ -84,7 +84,7 @@ func monitorPlayerHealth(ctx context.Context, actor *api.ClientStub) {
playerResp, err := actor.GetUser(ctx)
if err != nil {
log.Printf("error invoking actor method GetUser: %v", err)
return
continue
}

log.Printf("Player health: %v\n", playerResp.Health)
Expand Down

0 comments on commit c0b01c3

Please sign in to comment.