Skip to content

Commit

Permalink
Missed semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
YauhenPylAurea authored and roboquat committed Aug 30, 2021
1 parent a87abd5 commit a6d7ed4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/ws-manager-bridge/src/cluster-service-server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export class ClusterService implements IClusterServiceServer {
resolve();
}
});
})
});

await this.clusterDB.save(newCluster);
log.warn({}, "cluster registered", {cluster: req.name});
Expand Down Expand Up @@ -406,4 +406,4 @@ class GRPCError extends Error implements Partial<grpcServiceError> {
&& typeof obj === "object"
&& "status" in obj;
}
}
}

0 comments on commit a6d7ed4

Please sign in to comment.