Skip to content

Commit

Permalink
fix: use tidier import for transifex imports
Browse files Browse the repository at this point in the history
Co-authored-by: Christopher Willis-Ford <7019101+cwillisf@users.noreply.github.com>
  • Loading branch information
hyperobject and cwillisf committed Oct 7, 2022
1 parent a02fbd0 commit d6f1224
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/tx-push-src.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@

const fs = require('fs');
const path = require('path');
const txPush = require('../lib/transifex.js').txPush;
const txCreateResource = require('../lib/transifex.js').txCreateResource;
const {txPush, txCreateResource} = require('../lib/transifex.js');

const args = process.argv.slice(2);

Expand Down

0 comments on commit d6f1224

Please sign in to comment.