We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf15c34 commit f919a32Copy full SHA for f919a32
1 file changed
scripts/get_contributors.js
@@ -10,7 +10,7 @@ const graphqlWithAuth = graphql.defaults({
10
module.exports = async function (filepath) {
11
// Translate Windows-style paths to Unix-style paths.
12
filepath = filepath.replace(/\\/g, "/")
13
- const { repository: { object: { history }}} = await graphqlWithAuth(
+ const { repository: { object: { history } } } = await graphqlWithAuth(
14
`{
15
repository(owner: "InnerSourceCommons", name: "InnerSourceLearningPath") {
16
object(expression: "main") {
0 commit comments