Skip to content

Commit

Permalink
Update lib/handlers/put.js
Browse files Browse the repository at this point in the history
Co-authored-by: Ted Thibodeau Jr <[email protected]>
  • Loading branch information
bourgeoa and TallTed authored Dec 27, 2023
1 parent 0bbb3d3 commit d0153fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/handlers/put.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ async function handler (req, res, next) {
res.header('MS-Author-Via', 'SPARQL')
const contentType = req.get('content-type')

// check if a folder or resource with same name exists
// check whether a folder or resource with same name exists
try {
const ldp = req.app.locals.ldp
await ldp.checkItemName(req)
Expand Down

0 comments on commit d0153fc

Please sign in to comment.