Fix Prettier using correct version (1.19.1)

This commit is contained in:
Penar Musaraj
2019-11-15 10:34:26 -05:00
parent 655e610357
commit cc8baa1a7c
26 changed files with 102 additions and 41 deletions

View File

@ -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]
};