Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeGoodall committed Feb 1, 2024
1 parent e080786 commit c79b7d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/datasetController.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class DatasetController extends PageController {
break
}
}
req.body['data-subject'] = dataSubject
req.body['data-subject'] = dataSubject
super.post(req, res, next)
}
}
Expand Down

0 comments on commit c79b7d7

Please sign in to comment.