pin lbryinc commit

This commit is contained in:
Akinwale Ariwodola 2019-12-05 13:15:33 +01:00
parent cdfd1f99d0
commit 6be536da98
3 changed files with 7 additions and 5 deletions

4
package-lock.json generated
View file

@ -5649,8 +5649,8 @@
}
},
"lbryinc": {
"version": "github:lbryio/lbryinc#69fcd910a61f191e6eae1bdb0baf0e55bae7cf5f",
"from": "github:lbryio/lbryinc#69fcd910a61f191e6eae1bdb0baf0e55bae7cf5f",
"version": "github:lbryio/lbryinc#9ffb883cc11e36d55a729c65b70c405a4a56d35e",
"from": "github:lbryio/lbryinc#9ffb883cc11e36d55a729c65b70c405a4a56d35e",
"requires": {
"reselect": "^3.0.0"
}

View file

@ -13,7 +13,7 @@
"@expo/vector-icons": "^8.1.0",
"gfycat-style-urls": "^1.0.3",
"lbry-redux": "lbryio/lbry-redux#8ac92e3abfa0a9aacdb2fa4a144c3fadc4da6b11",
"lbryinc": "lbryio/lbryinc#69fcd910a61f191e6eae1bdb0baf0e55bae7cf5f",
"lbryinc": "lbryio/lbryinc#9ffb883cc11e36d55a729c65b70c405a4a56d35e",
"lodash": ">=4.17.11",
"merge": ">=1.2.1",
"moment": "^2.22.1",

View file

@ -38,16 +38,18 @@ function checkMessageAndSave(message, messagesFilePath) {
.then(() => {
// successful write
// send to transifex (should we do this even if the file doesn't get saved?)
doTransifexUpload(
// TODO: load token from .env
/* doTransifexUpload(
contents,
'lbry-mobile',
'*token*',
() => {
// successful
},
err => {
// failed
}
);
); */
})
.catch(err => {
if (err) {