Skip to content

Commit

Permalink
ref(actor): Small typing fix in ActorSerializerResponse (#68709)
Browse files Browse the repository at this point in the history
  • Loading branch information
evanpurkhiser authored and c298lee committed Apr 12, 2024
1 parent d91091a commit 1369000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sentry/api/serializers/models/actor.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class ActorSerializerResponse(TypedDict):
type: Literal["user", "team"]
id: str
name: str
email: str
email: str | None


class ActorSerializer(Serializer):
Expand Down

0 comments on commit 1369000

Please sign in to comment.