all files / src/ data.js

100% Statements 4/4
100% Branches 0/0
100% Functions 0/0
100% Lines 4/4
1 2 3 4 5 6 7 8 9 10            
const ProviderProxy = require('riotclient-async-provider-proxy');
const components = ProviderProxy.components;
const computed = components.computed;
 
module.exports = computed({
  me: computed.resource('/lol-chat/v1/me'),
  blockedPlayers: computed.resource('/lol-chat/v1/blocked-players')
});