This commit is contained in:
Quaternions 2024-01-12 15:53:25 -08:00
parent 10f1ac313c
commit b3f5dd6c4d

View File

@ -299,7 +299,7 @@ async fn get_version_history(client:&reqwest::Client,cookie:&str,asset_id:AssetI
//query.append_pair("sortOrder","Asc");
//query.append_pair("limit","100");
//query.append_pair("count","100");
match &cursor{
match cursor.as_deref(){
Some(next_page)=>{query.append_pair("cursor",next_page);}
None=>(),
}