Skip to content

Commit

Permalink
Update config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Vahid Farid committed Mar 27, 2024
1 parent 3bb0681 commit 35fdd4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export function EncodeConfig(conf: Config): string {
}?encryption=${
encodeURIComponent(conf.encryption || "none")
}&type=${
conf.type
conf.network
}${
conf.path ? "&path=" + encodeURIComponent(conf.path) : ""
}${
Expand Down

0 comments on commit 35fdd4b

Please sign in to comment.