You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currenty Profile.pk is a u64. It could also be a String as we do not really need to advantages of a u64 and we don't know the max-value given from instagram so we could run into an overflow. With a String, this would not happen
Currenty Profile.pk is a u64. It could also be a String as we do not really need to advantages of a u64 and we don't know the max-value given from instagram so we could run into an overflow. With a String, this would not happen