harleyjj commented on a change in pull request #6333:
URL: https://github.com/apache/incubator-pinot/pull/6333#discussion_r556234205



##########
File path: 
thirdeye/thirdeye-frontend/app/pods/services/rootcause-aggregates-cache/service.js
##########
@@ -28,7 +23,7 @@ export default Service.extend({
 
   init() {
     this._super(...arguments);
-    this.setProperties({aggregates: {}, context: {}, pending: new Set(), 
errors: new Set()});
+    this.setProperties({ aggregates: {}, context: {}, pending: new Set(), 
errors: new Set() });

Review comment:
       This is a prettify of older code that I didn't write.  Are you thinking 
it needs to be refactored?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to