fix(veesp): обновление IP, характеристик и валюты при повторном синке
Docker / build (push) Failing after 21s
Docker / build (push) Failing after 21s
Перезапись vcpu/ram/disk/ip на update, fetch VM ips, приоритет валюты из balance API. Co-authored-by: Cursor <[email protected]>
This commit is contained in:
@@ -145,7 +145,7 @@ export const providerAccountsRepository = {
|
||||
providerId: input.providerId ?? existing.providerId,
|
||||
name: input.name ?? existing.name,
|
||||
panelUrl: input.panelUrl ?? existing.panelUrl,
|
||||
currency: input.currency ?? existing.currency,
|
||||
currency: input.currency !== undefined ? input.currency : existing.currency,
|
||||
billingMode: input.billingMode ?? existing.billingMode,
|
||||
notes: input.notes ?? existing.notes,
|
||||
apiType: '',
|
||||
|
||||
Reference in New Issue
Block a user