Skip to content

Commit

Permalink
Potentially fix saving new networks (#4599)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxLeiter committed Jun 28, 2022
1 parent 80f65c5 commit d72d869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ class Client {

// TODO; better typing for args
const network = new Network({
uuid: String(args.uuid),
uuid: args.uuid,
name: String(
args.name || (Config.values.lockNetwork ? Config.values.defaults.name : "") || ""
),
Expand Down

0 comments on commit d72d869

Please sign in to comment.