Mark Author as Sendable.

This commit is contained in:
Brent Simmons 2024-03-17 15:56:39 -07:00
parent c2aa49803f
commit f613340f2f

View File

@ -8,7 +8,7 @@
import Foundation import Foundation
public struct Author: Codable, Hashable { public struct Author: Codable, Hashable, Sendable {
public let authorID: String // calculated public let authorID: String // calculated
public let name: String? public let name: String?