mirror of
https://github.com/wassname/talk.git
synced 2026-07-23 13:10:20 +08:00
Cleanup
This commit is contained in:
@@ -2,6 +2,8 @@ const wrapResponse = require('../../../graph/helpers/response');
|
||||
const {SEARCH_OTHER_USERS} = require('../../../perms/constants');
|
||||
|
||||
function getReactionConfig(reaction) {
|
||||
reaction = reaction.toLowerCase();
|
||||
|
||||
const Reaction = reaction.charAt(0).toUpperCase() + reaction.slice(1);
|
||||
const REACTION = reaction.toUpperCase();
|
||||
const typeDefs = `
|
||||
|
||||
Reference in New Issue
Block a user