Fix contributor website import script (#8404)

We had duplicate entries in the database for issueLabels/ prLabels
This commit is contained in:
Félix Malfait
2024-11-08 10:57:17 +01:00
committed by GitHub
parent f06cdbdfc6
commit b2004fe6b4
6 changed files with 33 additions and 12 deletions

View File

@ -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: {