style(portal-api): lint

This commit is contained in:
Sérgio Ramos 2017-07-17 10:26:15 +01:00 committed by Judit Greskovits
parent 8fd37d6cf7
commit 08e87475f6
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ class Data extends EventEmitter {
});
}
fromKeyValueToDict(kv) {
fromKeyValueToDict (kv) {
return kv.reduce((acc, { name, value }) => {
return Object.assign(acc, {
[name]: value