diff --git a/src/www/js/api.js b/src/www/js/api.js index 84885f17..826a7652 100644 --- a/src/www/js/api.js +++ b/src/www/js/api.js @@ -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),