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:
parent
8fd37d6cf7
commit
08e87475f6
@ -113,7 +113,7 @@ class Data extends EventEmitter {
|
||||
});
|
||||
}
|
||||
|
||||
fromKeyValueToDict(kv) {
|
||||
fromKeyValueToDict (kv) {
|
||||
return kv.reduce((acc, { name, value }) => {
|
||||
return Object.assign(acc, {
|
||||
[name]: value
|
||||
|
Loading…
Reference in New Issue
Block a user