Skip to content

Commit

Permalink
Fix typo in item of SessionEvent: 'creat' -> 'create' (#439)
Browse files Browse the repository at this point in the history
  • Loading branch information
zzstoatzz authored Nov 19, 2024
1 parent 1670d98 commit b38b194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/atproto_client/client/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

class SessionEvent(Enum):
IMPORT = 'import'
CREATE = 'creat'
CREATE = 'create'
REFRESH = 'refresh'


Expand Down

0 comments on commit b38b194

Please sign in to comment.