Skip to content

Commit be3909c

Browse files
Fixed missing imports and visibility statements for WebPushManager
1 parent 24c771d commit be3909c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Sources/WebPush/WebPushManager.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@ import Foundation
1212
import NIOHTTP1
1313
import Logging
1414
import NIOCore
15+
import NIOPosix
1516
import ServiceLifecycle
1617

17-
actor WebPushManager: Sendable {
18+
public actor WebPushManager: Sendable {
1819
public let vapidConfiguration: VAPID.Configuration
1920

2021
/// The maximum encrypted payload size guaranteed by the spec.

0 commit comments

Comments
 (0)