Skip to content

Commit

Permalink
Minor changes for bbtests
Browse files Browse the repository at this point in the history
  • Loading branch information
AndriiLandiak committed Nov 17, 2023
1 parent ad085f1 commit edd7166
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public ListenableFuture<Void> processCustomerMsgFromCloud(TenantId tenantId, Cus
case ENTITY_DELETED_RPC_MESSAGE:
Customer customerById = customerService.findCustomerById(tenantId, customerId);
if (customerById != null) {
customerService.deleteCustomer(tenantId, customerById.getId());
customerService.deleteCustomer(tenantId, customerId);
}
return Futures.immediateFuture(null);
case UNRECOGNIZED:
Expand Down
2 changes: 1 addition & 1 deletion docker-edge/.env
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
DOCKER_REPO=thingsboard

TB_NODE_DOCKER_NAME=tb-node
TB_VERSION=3.6.1-SNAPSHOT
TB_VERSION=3.6.2-SNAPSHOT

TB_EDGE_DOCKER_NAME=tb-edge
TB_EDGE_VERSION=3.6.2EDGE-SNAPSHOT

0 comments on commit edd7166

Please sign in to comment.