Skip to content

Commit

Permalink
#1918 - linting updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Brajesh Kumar authored and Brajesh Kumar committed Oct 19, 2023
1 parent 68329c7 commit 757b500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/core/export/download-service/download.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export class DownloadService {

data = data.map(transformToReadableFormat);

if(!entityConstructor){
if (!entityConstructor) {
return this.papa.unparse(data, {
quotes: true,
header: true,
Expand Down

0 comments on commit 757b500

Please sign in to comment.