Merge branch 'master' into master

This commit is contained in:
Alexander
2023-12-22 14:29:38 +07:00
committed by GitHub
30 changed files with 3758 additions and 681 deletions

View File

@@ -62,7 +62,7 @@ class API {
return this.call({
method: 'get',
path: '/wireguard/client',
}).then(clients => clients.map(client => ({
}).then((clients) => clients.map((client) => ({
...client,
createdAt: new Date(client.createdAt),
updatedAt: new Date(client.updatedAt),