Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
HayenNico committed Dec 6, 2024
1 parent cddf7f1 commit ca0da79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/datasets/datasets.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,7 @@ export class DatasetsController {
@Body()
createDatasetObsoleteDto:
| CreateRawDatasetObsoleteDto
| CreateDerivedDatasetObsoleteDto
| CreateDerivedDatasetObsoleteDto,
): Promise<{ valid: boolean }> {
await this.checkPermissionsForObsoleteDatasetCreate(
request,
Expand Down

0 comments on commit ca0da79

Please sign in to comment.