Skip to content

Commit

Permalink
Updated en_tq repo to master
Browse files Browse the repository at this point in the history
  • Loading branch information
mannycolon committed Oct 21, 2021
1 parent 2700bbd commit 3e45414
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/state/actions/fetchEnglishTsvsAction.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ export default async function fetchEnglishTsvsAction(resourceId) {
let tsvs = []

if (resourceId === 'tQ' || resourceId === 'tq') {
// TODO: Use newFormat branch until it's merged w/ master
tsvs = await fetchTsvs('https://git.door43.org/api/v1/repos/unfoldingWord/en_tq/git/trees/newFormat');
tsvs = await fetchTsvs('https://git.door43.org/api/v1/repos/unfoldingWord/en_tq/git/trees/master');

} else {
tsvs = await fetchTsvs('https://git.door43.org/api/v1/repos/unfoldingWord/en_tn/git/trees/master');
Expand Down

0 comments on commit 3e45414

Please sign in to comment.