more tst code

This commit is contained in:
Daniel Lugo 2020-05-30 22:46:23 -04:00
parent 6ba6d70a5f
commit ea51bef3ad

View file

@ -1892,6 +1892,7 @@ module.exports = async (
* @param {Response} res
*/
const apiGunFollowsPost = async (req, res) => {
process.exit(1)
try {
const user = require('../services/gunDB/Mediator').getUser()
const { body: { publicKey }} = req