Skip to content

Commit

Permalink
Update ntfy/Persistence/Store.swift
Browse files Browse the repository at this point in the history
Co-authored-by: Arun Philip <[email protected]>
  • Loading branch information
binwiederhier and DAcodedBEAT authored Nov 13, 2023
1 parent ea26378 commit 20804ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ntfy/Persistence/Store.swift
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ class Store: ObservableObject {
notification.subscription = subscription
subscription.addToNotifications(notification)
subscription.lastNotificationId = message.id
Log.d(Store.tag, "Storing notifcation with ID \(notification.id ?? "<unknown>")")
Log.d(Store.tag, "Storing notification with ID \(notification.id ?? "<unknown>")")
try context.save()
} catch let error {
Log.w(Store.tag, "Cannot store notification (fromMessage)", error)
Expand Down

0 comments on commit 20804ea

Please sign in to comment.