mirror of
https://github.com/siv-org/siv.git
synced 2026-01-10 02:47:58 -05:00
track-auto-verifier: Add missing space
This commit is contained in:
@@ -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']})`,
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user