Skip to content

Commit

Permalink
Update signature (close #800
Browse files Browse the repository at this point in the history
  • Loading branch information
bobcoin98 committed Nov 29, 2023
1 parent b3e0b54 commit 2f41823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apis/candidates.js
Original file line number Diff line number Diff line change
Expand Up @@ -866,7 +866,7 @@ router.post('/:candidate/generateMessage', [
return res.status(406).send('This address is not a candidate')
}

const message = '[Tomomaster ' + (new Date().toLocaleString().replace(/['"]+/g, '')) + ']' +
const message = '[VicMaster ' + (new Date().toLocaleString().replace(/['"]+/g, '')) + ']' +
' I am the owner of candidate ' + '[' + candidate + ']'
const id = uuidv4()

Expand Down

0 comments on commit 2f41823

Please sign in to comment.