Skip to content

Commit

Permalink
ADM-973 [frontend] feat: remove useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
Mandy-Tang committed Jul 12, 2024
1 parent ba14381 commit 5ea5582
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/clients/report/CSVClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { downloadCSV } from '@src/utils/util';
import dayjs from 'dayjs';

export class CSVClient extends HttpClient {
parseTimeStampToHumanDate = (csvTimeStamp: number | undefined): string => dayjs(csvTimeStamp).format('HHmmSSS');
parseCollectionDateToHumanDate = (date: string) => dayjs(date).format('YYYYMMDD');

exportCSVData = async (params: CSVReportRequestDTO) => {
Expand Down

0 comments on commit 5ea5582

Please sign in to comment.