diff --git a/Articles/Sources/Articles/Author.swift b/Articles/Sources/Articles/Author.swift index 9e88cd065..27520b1df 100644 --- a/Articles/Sources/Articles/Author.swift +++ b/Articles/Sources/Articles/Author.swift @@ -8,7 +8,7 @@ import Foundation -public struct Author: Codable, Hashable { +public struct Author: Codable, Hashable, Sendable { public let authorID: String // calculated public let name: String?