chore: code formatting
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
/**Mocked data */
|
||||
export default function({faker, query, login = faker.internet.userName()}) {
|
||||
export default function({ faker, query, login = faker.internet.userName() }) {
|
||||
console.debug("metrics/compute/mocks > mocking graphql api result > followup/repository/collaborators")
|
||||
return ({
|
||||
repository:{
|
||||
collaborators:{
|
||||
nodes:["github-user"]
|
||||
}
|
||||
repository: {
|
||||
collaborators: {
|
||||
nodes: ["github-user"],
|
||||
},
|
||||
},
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user