1
0
mirror of https://github.com/yldio/copilot.git synced 2024-11-14 23:30:05 +02:00

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

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