use class with helper methods for model catelog

This commit is contained in:
miloschwartz
2026-08-10 11:54:37 -04:00
parent b180d064d1
commit 187936e5dd
3 changed files with 229 additions and 115 deletions
+1 -1
View File
@@ -201,7 +201,7 @@ async function checkSocket(
): Promise<{ siteId: number; newtId: string }> {
const { newt } = await getSiteAndNewt(siteId);
logger.info(
logger.debug(
`Checking Docker socket for site ${siteId} with Newt ${newt.newtId}`
);