Skip to content

Commit

Permalink
fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sansth1010 committed Jun 3, 2024
1 parent 337d3b6 commit 0ad2890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export = class OutputDcatUs11 {
const datasetStream = await this.getDatasetStream(req);
datasetStream.on('error', (err) => {
if (req.next) {
req.next(err)
req.next(err);
}
}).pipe(dcatStream).pipe(res);

Expand Down

0 comments on commit 0ad2890

Please sign in to comment.