Fix contributor website import script (#8404)
We had duplicate entries in the database for issueLabels/ prLabels
This commit is contained in:
@ -14,7 +14,7 @@ export const fetchAndSaveGithubData = async () => {
|
||||
return new Error('No GitHub token provided');
|
||||
}
|
||||
|
||||
console.log('Synching data..');
|
||||
console.log('Syncing data...');
|
||||
|
||||
const query = graphql.defaults({
|
||||
headers: {
|
||||
|
||||
Reference in New Issue
Block a user