feat: clean up the imported temp files
This commit is contained in:
@@ -48,6 +48,7 @@ export class ImportController extends BaseController {
|
||||
router.get(
|
||||
'/sample',
|
||||
[query('resource').exists(), query('format').optional()],
|
||||
this.validationResult,
|
||||
this.downloadImportSample.bind(this),
|
||||
this.catchServiceErrors
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user