Skip to content

Commit 5e248dc

Browse files
committed
refactor: 프로토콜에 Sendable 추가
1 parent 8e7d557 commit 5e248dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Application/DevLogData/Sources/Protocol/WebPageImageStore.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
import Foundation
99

10-
public protocol WebPageImageStore {
10+
public protocol WebPageImageStore: Sendable {
1111
func cachedImageURL(for url: URL) async throws -> URL
1212
func saveImage(_ data: Data, for url: URL) async throws -> URL
1313
func dirSizeInBytes() async -> Int64

0 commit comments

Comments
 (0)