Skip to content

Commit

Permalink
TODO TelegramChatsStorage note
Browse files Browse the repository at this point in the history
  • Loading branch information
UAVXP committed Nov 5, 2019
1 parent 7ea86b3 commit 6ce6e2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MedocUpdates/TelegramChatsStorage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public static bool Restore()
return false;
}

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

0 comments on commit 6ce6e2f

Please sign in to comment.