|
@ -68,7 +68,6 @@ export async function migrateConfig(input: unknown) { |
|
|
privateKey: oldClient.privateKey, |
|
|
privateKey: oldClient.privateKey, |
|
|
publicKey: oldClient.publicKey, |
|
|
publicKey: oldClient.publicKey, |
|
|
updatedAt: oldClient.updatedAt, |
|
|
updatedAt: oldClient.updatedAt, |
|
|
endpoint: null, |
|
|
|
|
|
expiresAt: null, |
|
|
expiresAt: null, |
|
|
oneTimeLink: null, |
|
|
oneTimeLink: null, |
|
|
allowedIPs: db.system.userConfig.allowedIps, |
|
|
allowedIPs: db.system.userConfig.allowedIps, |
|
|