chore: code formatting
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
export default function({faker, query, login = faker.internet.userName()}) {
|
||||
console.debug("metrics/compute/mocks > mocking graphql api result > repositories/pinned")
|
||||
return ({
|
||||
user:{
|
||||
pinnedItems:{
|
||||
edges:[{
|
||||
user: {
|
||||
pinnedItems: {
|
||||
edges: [{
|
||||
node: {
|
||||
createdAt: faker.date.past(),
|
||||
description: "📊 An image generator with 20+ metrics about your GitHub account such as activity, community, repositories, coding habits, website performances, music played, starred topics, etc. that you can put on your profile or elsewhere !",
|
||||
@@ -28,8 +28,8 @@ export default function({faker, query, login = faker.internet.userName()}) {
|
||||
name: "JavaScript",
|
||||
},
|
||||
},
|
||||
}]
|
||||
}
|
||||
}
|
||||
}],
|
||||
},
|
||||
},
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user