comment
This commit is contained in:
parent
47b2a4f010
commit
e648ad0cfa
1 changed files with 1 additions and 1 deletions
|
|
@ -1875,7 +1875,7 @@ module.exports = async (
|
||||||
|
|
||||||
await GunActions.follow(req.params.publicKey, false)
|
await GunActions.follow(req.params.publicKey, false)
|
||||||
|
|
||||||
// 201 would be extraneous here
|
// 201 would be extraneous here. Implement it inside app.put
|
||||||
return res.status(200)
|
return res.status(200)
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
return res.status(500).json({
|
return res.status(500).json({
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue