We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b36b7a5 commit 6c433c3Copy full SHA for 6c433c3
1 file changed
crates/tauri-cli/src/migrate/migrations/v1/config.rs
@@ -567,7 +567,7 @@ fn allowlist_to_permissions(
567
.scope
568
.0
569
.into_iter()
570
- .map(|p| serde_json::to_value(p).unwrap().into())
+ .map(|p| serde_json::to_value(p).unwrap())
571
.collect::<Vec<_>>();
572
573
permissions.push(PermissionEntry::ExtendedPermission {
0 commit comments