Skip to content

Commit

Permalink
chore: 🔥 added comment on init chart ws instance
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeep-deriv committed Jul 24, 2024
1 parent d27505f commit 2f02de4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/external/bot-skeleton/services/api/chart-api.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ class ChartAPI {
await this.api.authorize(getToken().token);
}
this.getTime();

// eslint-disable-next-line no-console
console.info('Initializing chart API');
};

getTime() {
Expand Down

0 comments on commit 2f02de4

Please sign in to comment.