Skip to content

Commit 6c4f21f

Browse files
committed
refactor: WidgetTodoSnapshot에 Sendable 추가
1 parent df98dbc commit 6c4f21f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Application/DevLogCore/Sources/WidgetTodoSnapshot.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 struct WidgetTodoSnapshot: Equatable {
10+
public struct WidgetTodoSnapshot: Equatable, Sendable {
1111
public let id: String
1212
public let number: Int?
1313
public let title: String

0 commit comments

Comments
 (0)