DEV: Update code for eslint object-shorthand-rule (#171)
See 4f7aba06c0
This commit is contained in:
parent
668ea21131
commit
6767d8c60b
|
@ -213,7 +213,7 @@ acceptance("Discourse Solved Plugin", function (needs) {
|
||||||
featured_link: null,
|
featured_link: null,
|
||||||
topic_timer: null,
|
topic_timer: null,
|
||||||
message_bus_last_id: 0,
|
message_bus_last_id: 0,
|
||||||
accepted_answer: { post_number: 2, username: "kzh", excerpt: excerpt },
|
accepted_answer: { post_number: 2, username: "kzh", excerpt },
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue