fix: lint

This commit is contained in:
GyDi
2022-11-22 23:02:18 +08:00
parent f837736a20
commit 64a371e5d8
2 changed files with 1 additions and 1 deletions

View File

@@ -24,7 +24,6 @@ pub async fn enhance_profiles() -> CmdResult {
Ok(())
}
#[deprecated]
#[tauri::command]
pub async fn import_profile(url: String, option: Option<PrfOption>) -> CmdResult {
let item = wrap_err!(PrfItem::from_url(&url, None, None, option).await)?;