Correct log

This commit is contained in:
Daniel Lugo 2021-09-13 12:28:28 -04:00
parent 40af396a6e
commit dd1854dd9b

View file

@ -2530,7 +2530,7 @@ module.exports = async (
ap.post('/api/gun/set', async (req, res) => {
try {
const { path, value } = req.body
logger.info(`gun PUT: ${path}`)
logger.info(`gun SET: ${path}`)
const id = await GunWriteRPC.set(path, value)
res.status(200).json({