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
So I put into the db a postman collection with key being the postman id of the collection.
for kv in db.iter(){let collection = kv.get_value::<String>();if collection.is_some(){//collections.push(collection.unwrap()) ; // Doesnt work
collections.push(serde_json::from_str::<Spec>(&collection.unwrap()).unwrap());// works}}
If required I can grant you access to the app.
The text was updated successfully, but these errors were encountered:
So I put into the db a postman collection with key being the postman id of the collection.
If required I can grant you access to the app.
The text was updated successfully, but these errors were encountered: