Load contributors from cache if present

And then update from network later
This commit is contained in:
2020-05-28 10:54:38 +02:00
parent 50e1fc728c
commit 832de3c06f
3 changed files with 50 additions and 12 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ export default EmberObject.extend({
wiki_username: null,
zoom_display_name: null,
serialize() {
serialize () {
return JSON.stringify(this);
}
});