mirror of
https://github.com/apotdevin/thunderhub.git
synced 2024-11-19 01:40:03 +01:00
fix: invalid message
This commit is contained in:
parent
66735bd2e3
commit
8157d60a22
@ -29,8 +29,8 @@
|
||||
"test:e2e": "jest --config ./test/jest-e2e.json",
|
||||
"upgrade-latest": "npx npm-check -u",
|
||||
"update": "sh ./scripts/updateToLatest.sh",
|
||||
"build:image": "docker build --pull --rm -f Dockerfile -t thunderhub:balances '.'",
|
||||
"build:image:base": "docker build --pull --rm -f Dockerfile --build-arg BASE_PATH=/thub -t thunderhub:balances .",
|
||||
"build:image": "docker build --pull --rm -f Dockerfile -t thunderhub:testing '.'",
|
||||
"build:image:base": "docker build --pull --rm -f Dockerfile --build-arg BASE_PATH=/thub -t thunderhub:testing .",
|
||||
"prepare": "husky install"
|
||||
},
|
||||
"dependencies": {
|
||||
|
@ -385,9 +385,9 @@ export class AmbossService {
|
||||
local: amounts.local + '',
|
||||
total: amounts.total + '',
|
||||
};
|
||||
|
||||
message += `${amounts.local}${amounts.total}`;
|
||||
}
|
||||
|
||||
message += `${pendingChannelBalance.local}${pendingChannelBalance.total}`;
|
||||
}
|
||||
|
||||
const allChannels = [];
|
||||
|
Loading…
Reference in New Issue
Block a user