Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.

Commit

Permalink
bump fabric version (#26)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Hurt <[email protected]>
  • Loading branch information
awjh-ibm authored Aug 14, 2020
1 parent c82f248 commit 9d09f07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions apps/car_builder/client/src/pages/status/status.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,8 @@ export class StatusPage {
}

handleOrderUpdate(update: any, listener: any) {
console.log(update);

if (update.id === this.order.id) {
this.lastUpdated = new Date();
let i = update.orderStatus;
this.stage[i] = this.relativeDate(update.timestamp, this.stage[0]);
if (update.orderStatus === 2) {
Expand Down
4 changes: 2 additions & 2 deletions scripts/network/docker-compose/.env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FABRIC_IMG_TAG=:1.4.1
FABRIC_COUCHDB_TAG=:0.4.15
FABRIC_IMG_TAG=:1.4.6
FABRIC_COUCHDB_TAG=:0.4.18
FABRIC_DEBUG=info

0 comments on commit 9d09f07

Please sign in to comment.