diff --git a/apps/car_builder/client/src/pages/status/status.ts b/apps/car_builder/client/src/pages/status/status.ts index 305ad4a..39036c2 100644 --- a/apps/car_builder/client/src/pages/status/status.ts +++ b/apps/car_builder/client/src/pages/status/status.ts @@ -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) { diff --git a/scripts/network/docker-compose/.env b/scripts/network/docker-compose/.env index 93530ab..edb4834 100644 --- a/scripts/network/docker-compose/.env +++ b/scripts/network/docker-compose/.env @@ -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 \ No newline at end of file