✏️ Downgrade from TODO to memo

pull/54/head
Alexis Drai 2 years ago
parent c005e84d51
commit 707a0a5ab2

@ -17,7 +17,7 @@ namespace Model
{ {
/*parse an int after the last occurrence of "/" ? */ /*parse an int after the last occurrence of "/" ? */
string resultString = uri[(uri.LastIndexOf('/') + 1)..]; string resultString = uri[(uri.LastIndexOf('/') + 1)..];
/* TODO here we should make sure to remove any ".jpg" etc, if there was one in the uri*/ /* !! here we should make sure to remove any ".jpg" etc, if there was one in the uri*/
int result = int.Parse(resultString); int result = int.Parse(resultString);
Value = result; Value = result;
} }

Loading…
Cancel
Save