Skip to content

Commit

Permalink
fix: revert test changes for project ids
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkmcadoo committed Dec 15, 2021
1 parent eed5908 commit e646efd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/actions/add-files-to-translation-queue.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ const translationDifference = (pendingFiles, prChanges) =>
)
);

const humanTranslatedProjectID = 'HT_ID';
const machineTranslatedProjectID = 'MT_ID';
const humanTranslatedProjectID = process.env.HUMAN_TRANSLATION_PROJECT_ID;
const machineTranslatedProjectID = process.env.MACHINE_TRANSLATION_PROJECT_ID;

/**
* Determines if a file should be included based on data from an exclusions file
Expand Down

0 comments on commit e646efd

Please sign in to comment.