export const update = async (io, socket, data) => { if(data.api_key === socket.api_key) { io.emit("/live/update", {}); } }