Skip to content

Commit

Permalink
Constant can be nonisolated
Browse files Browse the repository at this point in the history
  • Loading branch information
nighthawk committed Nov 1, 2023
1 parent 681da5e commit 6c028c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/TripKitUI/managers/TKUITripMonitorManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ public class TKUITripMonitorManager: NSObject, ObservableObject {
/// Will be set on `UNNotificationRequest.content.categoryIdentifier`
///
/// These notifications will also get `UNNotificationRequest.identifier` set to `TKAPI.TripNotification.id`
nonisolated
public static let tripNotificationCategoryIdentifier: String = "TKUITripMonitorManager.trip-notification"

private enum Keys {
Expand Down

0 comments on commit 6c028c8

Please sign in to comment.