Skip to content

Commit 5c58848

Browse files
committed
rm unnecessary attribute
1 parent c582eed commit 5c58848

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ More important methods are `getItems(listUUID)`, `saveItem(listUuid, itemName, s
3939

4040
## Changelog
4141

42+
### 1.2.1
43+
* (foxriver76) minor fix
44+
4245
### 1.2.0
4346
* (foxriver76) new functionalities -> getTranslations, getCatalog and getPendingInvitations
4447

lib/bring.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ class Bring {
166166
async loadTranslations(locale) {
167167
try {
168168
const data = await request(`https://web.getbring.com/locale/articles.${locale}.json`);
169-
this.useTranslations = true;
170169
return Promise.resolve(JSON.parse(data));
171170
} catch (e) {
172171
return Promise.reject(`Cannot get translations: ${e}`);

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bring-shopping",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Nodejs wrapper for the Bring! API",
55
"author": {
66
"name": "Moritz Heusinger",

0 commit comments

Comments
 (0)