Skip to content

Commit

Permalink
Fixed order of arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Sep 10, 2024
1 parent 78a20c2 commit 88f400f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-tauri/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ pub fn run() {
)
.plugin(tauri_plugin_holochain::async_init(
vec_to_locked(vec![]).expect("Can't build passphrase"),
HolochainPluginConfig::new(wan_network_config(), holochain_dir())
HolochainPluginConfig::new(holochain_dir(), wan_network_config()),
))
.setup(|app| {
let handle = app.handle().clone();
Expand Down

0 comments on commit 88f400f

Please sign in to comment.