Correct log
This commit is contained in:
parent
40af396a6e
commit
dd1854dd9b
1 changed files with 1 additions and 1 deletions
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue