Skip to content

Commit 0398b3f

Browse files
smweberScott Weber
andauthored
PENDNIG -> PENDING (#110)
Co-authored-by: Scott Weber <[email protected]>
1 parent 5a441ee commit 0398b3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mautrix/types/event/beeper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def checkpoint_status(self):
3434

3535
class MessageStatus(SerializableEnum):
3636
SUCCESS = "SUCCESS"
37-
PENDING = "PENDNIG"
37+
PENDING = "PENDING"
3838
RETRIABLE = "FAIL_RETRIABLE"
3939
FAIL = "FAIL_PERMANENT"
4040

0 commit comments

Comments
 (0)