This commit is contained in:
Andras Bacsai
2022-10-24 21:54:33 +02:00
parent 88f1c36929
commit f9dfbd5800
2 changed files with 8 additions and 9 deletions

View File

@@ -484,7 +484,6 @@ export async function saveService(request: FastifyRequest<SaveService>, reply: F
let { name, fqdn, exposePort, type, serviceSetting } = request.body;
if (fqdn) fqdn = fqdn.toLowerCase();
if (exposePort) exposePort = Number(exposePort);
console.log({ serviceSetting })
type = fixType(type)
// const update = saveUpdateableFields(type, request.body[type])
const data = {