1
0
mirror of https://github.com/zedeus/nitter.git synced 2026-05-15 00:32:51 -04:00

Add yet another status error code

This commit is contained in:
Zed
2023-03-06 11:00:27 +01:00
parent 56420a28bd
commit ad9083149c
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -44,6 +44,7 @@ type
invalidToken = 89
listIdOrSlug = 112
tweetNotFound = 144
tweetNotAuthorized = 179
forbidden = 200
badToken = 239
noCsrf = 353