Browse Source

fixup: missing curly brace

pull/781/head
Philip H. 2 years ago
committed by GitHub
parent
commit
bd75f3cde8
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      src/lib/WireGuard.js

1
src/lib/WireGuard.js

@ -357,6 +357,7 @@ Endpoint = ${WG_HOST}:${WG_PORT}`;
client.updatedAt = new Date();
await this.saveConfig();
}
// Shutdown wireguard
async Shutdown() {

Loading…
Cancel
Save