We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df98dbc commit 6c4f21fCopy full SHA for 6c4f21f
1 file changed
Application/DevLogCore/Sources/WidgetTodoSnapshot.swift
@@ -7,7 +7,7 @@
7
8
import Foundation
9
10
-public struct WidgetTodoSnapshot: Equatable {
+public struct WidgetTodoSnapshot: Equatable, Sendable {
11
public let id: String
12
public let number: Int?
13
public let title: String
0 commit comments