chore: code formatting

This commit is contained in:
github-actions[bot]
2022-02-04 05:17:18 +00:00
parent 0166b64986
commit bf32466d21
3 changed files with 8 additions and 7 deletions

View File

@@ -20,16 +20,16 @@ export default function({ faker, query, login = faker.internet.userName() }) {
{
cursor: "MOCKED_CURSOR",
node: {
repository:{
nameWithOwner: `${faker.internet.userName()}/${faker.lorem.slug()}`
}
repository: {
nameWithOwner: `${faker.internet.userName()}/${faker.lorem.slug()}`,
},
},
},
],
},
get pullRequests() {
return this.issues
}
},
},
})
}
}