chore(pockethost): code cleanup

This commit is contained in:
Ben Allfree 2024-07-31 03:16:59 -04:00
parent 67d41d559c
commit 89b827c5d8
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ export async function daemon() {
await PortService({})
await PocketbaseService({})
await tryFetch(`${MOTHERSHIP_URL(`/api/health`)}`, {})
await tryFetch(MOTHERSHIP_URL(`/api/health`), {})
info(`Serving`)

View File

@ -7,7 +7,7 @@ export async function ftp() {
const { dbg, error, info, warn } = logger
info(`Starting`)
await tryFetch(`${MOTHERSHIP_URL(`/api/health`)}`, {})
await tryFetch(MOTHERSHIP_URL(`/api/health`), {})
await ftpService({
mothershipUrl: MOTHERSHIP_URL(),