Skip to content

Commit 533ce33

Browse files
committed
update type
1 parent 86f9c15 commit 533ce33

File tree

1 file changed

+1
-1
lines changed
  • src/sentry/users/api/serializers

1 file changed

+1
-1
lines changed

src/sentry/users/api/serializers/user.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class _UserOptions(TypedDict):
6565
defaultIssueEvent: str
6666
timezone: str
6767
clock24Hours: bool
68-
prefersIssueDetailsStreamlinedUI: bool
68+
prefersIssueDetailsStreamlinedUI: bool | None
6969
prefersSpecializedProjectOverview: dict[str, bool]
7070
prefersStackedNavigation: bool
7171
quickStartDisplay: dict[str, int]

0 commit comments

Comments
 (0)