Skip to content

Commit

Permalink
removing unnecessarily added comma
Browse files Browse the repository at this point in the history
Signed-off-by: Riya Saxena <[email protected]>
  • Loading branch information
riysaxen-amzn committed Jun 4, 2024
1 parent 290d23a commit f9b3516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/expressions/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { getDataSourceId, getDataSourceQueryObj } from '../pages/utils/helpers';
export const getAlerts = async (
monitorId: string,
startTime: number,
endTime: number,
endTime: number
): Promise<Alert[]> => {
const params = {
size: 1000,
Expand Down

0 comments on commit f9b3516

Please sign in to comment.