Load contributors from cache if present
And then update from network later
This commit is contained in:
@@ -19,7 +19,7 @@ export default EmberObject.extend({
|
||||
wiki_username: null,
|
||||
zoom_display_name: null,
|
||||
|
||||
serialize() {
|
||||
serialize () {
|
||||
return JSON.stringify(this);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user