Skip to content

Commit 6ce6e2f

Browse files
committed
TODO TelegramChatsStorage note
1 parent 7ea86b3 commit 6ce6e2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MedocUpdates/TelegramChatsStorage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public static bool Restore()
7373
return false;
7474
}
7575

76-
long[] userIDs = Array.ConvertAll(userIDsStr, long.Parse);
76+
long[] userIDs = Array.ConvertAll(userIDsStr, long.Parse); // TODO: try-catch
7777
if(userIDs.Length <= 0)
7878
{
7979
Log.Write(LogLevel.NORMAL, "TelegramChatsStorage: Restore(): Cannot restore - convertation error");

0 commit comments

Comments
 (0)