Skip to content

Commit

Permalink
re-add code I removed by mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelreiswildlife committed Jun 24, 2024
1 parent 4d34e9c commit 3883c6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extensions/apns_message_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ func (a *APNSMessageHandler) sendNotification(notification *structs.ApnsNotifica
before := time.Now()
defer statsReporterReportSendNotificationLatency(a.StatsReporters, time.Since(before), a.appName, "apns", "client", "apns")

notification.SendAttempts += 1
a.PushQueue.Push(notification)
}

Expand Down

0 comments on commit 3883c6e

Please sign in to comment.