Fix annoying singleton warning
This commit is contained in:
parent
51dbc3f246
commit
bef1d36aa4
|
@ -27,5 +27,7 @@ import Combine
|
|||
import Foundation
|
||||
|
||||
public enum ImporterPipe {
|
||||
|
||||
@MainActor
|
||||
public static let shared = PassthroughSubject<[URL], Never>()
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue