mirror of
https://github.com/discourse/discourse.git
synced 2025-05-25 00:32:52 +08:00
Bump prettier to 1.19.1 and lock dependency (#8350)
This commit is contained in:

committed by
Penar Musaraj

parent
16cdf94001
commit
abf215a0e4
@ -324,7 +324,10 @@ QUnit.test("canChangeOwner", function(assert) {
|
||||
this.registry.injection("controller", "currentUser", "current-user:main");
|
||||
|
||||
const postStream = {
|
||||
posts: [{ id: 1, username: "gary" }, { id: 2, username: "lili" }],
|
||||
posts: [
|
||||
{ id: 1, username: "gary" },
|
||||
{ id: 2, username: "lili" }
|
||||
],
|
||||
stream: [1, 2]
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user