Skip to content

Commit

Permalink
fix: cmds params
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzgydi committed Nov 18, 2022
1 parent 3a37075 commit d759f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/cmds.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export async function enhanceProfiles() {
}

export async function patchProfilesConfig(profiles: CmdType.ProfilesConfig) {
return invoke<void>("patch_profiles_config");
return invoke<void>("patch_profiles_config", { profiles });
}

export async function createProfile(
Expand Down

0 comments on commit d759f48

Please sign in to comment.