adds credentials refresh save (#1030)

This commit is contained in:
Wyatt Verchere 2024-01-30 16:31:08 -08:00 committed by GitHub
parent 0d3f007dd4
commit 3ff0ff238a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -351,6 +351,7 @@ pub async fn refresh_credentials(
} }
} }
credentials_store.save().await?;
Ok(()) Ok(())
} }