diff options
Diffstat (limited to 'Sora/Data/Booru/Post/BooruPost.swift')
| -rw-r--r-- | Sora/Data/Booru/Post/BooruPost.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Sora/Data/Booru/Post/BooruPost.swift b/Sora/Data/Booru/Post/BooruPost.swift index 458faa6..fb8ab08 100644 --- a/Sora/Data/Booru/Post/BooruPost.swift +++ b/Sora/Data/Booru/Post/BooruPost.swift @@ -1,6 +1,6 @@ import Foundation -struct BooruPost: Identifiable, Hashable { +struct BooruPost: Identifiable, Hashable, Sendable { let id: String let height: Int let score: String |