From 20804eacc64f13b4e4f75a39c9a058f91541f523 Mon Sep 17 00:00:00 2001 From: "Philipp C. Heckel" Date: Mon, 13 Nov 2023 11:35:59 -0500 Subject: [PATCH] Update ntfy/Persistence/Store.swift Co-authored-by: Arun Philip --- ntfy/Persistence/Store.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ntfy/Persistence/Store.swift b/ntfy/Persistence/Store.swift index afed030..c01fe8e 100644 --- a/ntfy/Persistence/Store.swift +++ b/ntfy/Persistence/Store.swift @@ -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 ?? "")") + Log.d(Store.tag, "Storing notification with ID \(notification.id ?? "")") try context.save() } catch let error { Log.w(Store.tag, "Cannot store notification (fromMessage)", error)