remove dup identifier

This commit is contained in:
Daniel Lugo 2020-05-30 22:10:11 -04:00
parent 11c5337e0f
commit e402ea3a94

View file

@ -1678,6 +1678,7 @@ module.exports = async (
res.json(channelBackups); res.json(channelBackups);
}); });
}); });
const GunEvent = Common.Constants.Event const GunEvent = Common.Constants.Event
const Key = require('../services/gunDB/contact-api/key') const Key = require('../services/gunDB/contact-api/key')