Skip to content

Commit ef4b5cd

Browse files
committed
Add missing count in Identity
1 parent 3b8211e commit ef4b5cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/kickpy/models/webhooks/_shared.py

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

88
text: str
99
type: str
10-
count: int | None
10+
count: int | None = None
1111

1212

1313
@dataclass(slots=True)

0 commit comments

Comments
 (0)