Skip to content

Commit

Permalink
remove comma from parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
ajinkyapandetekdi committed Sep 18, 2023
1 parent d1d532a commit 2c25383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/callTelemetryIntract.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from 'react';
import { interact,start } from '../services/telementryService';
const duration = new Date().getTime();

export const interactCall = (id, uri, telemetryMode, currentPage, ) => {
export const interactCall = (id, uri, telemetryMode, currentPage) => {
interact(id, uri, telemetryMode, currentPage)
};

Expand Down

0 comments on commit 2c25383

Please sign in to comment.