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