track-auto-verifier: Add missing space

This commit is contained in:
David Ernst
2025-12-19 23:35:05 -08:00
parent ed94da8134
commit 604f128910

View File

@@ -17,7 +17,7 @@ export default async (req: NextApiRequest, res: NextApiResponse) => {
await pushover(
'AutoVerifier FAIL',
`auth_token: ${auth_token}\nelection_id: ${election_id}\n${location}(${req.headers['x-real-ip']})`,
`auth_token: ${auth_token}\nelection_id: ${election_id}\n${location} (${req.headers['x-real-ip']})`,
)
}