Serialize details in contributions
This commit is contained in:
@@ -41,6 +41,7 @@ class Contribution {
|
||||
kind,
|
||||
description,
|
||||
url,
|
||||
details
|
||||
} = deserialized;
|
||||
|
||||
let data = {
|
||||
@@ -51,7 +52,7 @@ class Contribution {
|
||||
},
|
||||
kind,
|
||||
description,
|
||||
"details": {}
|
||||
"details": details || {}
|
||||
};
|
||||
|
||||
if (url) {
|
||||
|
||||
Reference in New Issue
Block a user