Skip to content

Commit

Permalink
fix: import
Browse files Browse the repository at this point in the history
  • Loading branch information
henry-deriv committed Jan 2, 2025
1 parent 5f713fb commit 20b419b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/javascript/app/pages/trade/charts/webtrader_chart.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const WebtraderChart = (() => {
if (!is_initialized) {
require.ensure(['highstock-release'], () => {
require.ensure([], (require) => {
WebtraderCharts = require('@binary-com/webtrader-charts');
WebtraderCharts = require('@deriv-com/webtrader-charts');
WebtraderCharts.init({
server: Config.getSocketURL(),
appId : Config.getAppId(),
Expand Down

0 comments on commit 20b419b

Please sign in to comment.