Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kenichiLyon committed Dec 29, 2024
1 parent 92fe784 commit ca661f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PageConnectInfoItems.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2221,7 +2221,7 @@ const doSetSignServer = async () => {
}
const ret = await postSetSignServer(
form.endpoint.id,
trim(form.),
trim(form.signServerUrl),
true,
form.signServerVersion,
);
Expand Down

0 comments on commit ca661f6

Please sign in to comment.