Skip to content

Commit

Permalink
#1918 - removed unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
Brajesh Kumar authored and Brajesh Kumar committed Oct 16, 2023
1 parent b10120a commit 4a64678
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/core/export/download-service/download.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ export class DownloadService {
exportConfig?: ExportColumnConfig[],
) {
const blobData = await this.getFormattedBlobData(
filename,
data,
format,
exportConfig,
Expand All @@ -48,7 +47,6 @@ export class DownloadService {
}

private async getFormattedBlobData(
filename :string,
data: any,
format: ExportDataFormat,
exportConfig?: ExportColumnConfig[],
Expand Down

0 comments on commit 4a64678

Please sign in to comment.