[HOTFIX] Host return from database

This commit is contained in:
Dunemask 2024-02-13 09:37:48 -07:00
parent fc60df27ac
commit 69bc98d17d

View file

@ -223,7 +223,7 @@ export async function modifyServerEntry(serverSpec) {
name, // Could change name, // Could change
mclName, // Shouldn't change mclName, // Shouldn't change
id, // Won't change id, // Won't change
// host, // TODO: Can only be updated if service name is generic and non descriptive host, // TODO: Can only be updated if service name is generic and non descriptive, this returns the host from the database
version, version,
serverType, serverType,
cpu, // TODO: Ignored for now by the K8S manifests cpu, // TODO: Ignored for now by the K8S manifests