Skip to content

Commit 4dc7849

Browse files
authored
Update put.js
1 parent 9f636ea commit 4dc7849

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lib/handlers/put.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,8 @@ const { stringToStream } = require('../utils')
88

99
async function handler (req, res, next) {
1010
debug(req.originalUrl)
11-
1211
// deprecated kept for compatibility
1312
res.header('MS-Author-Via', 'SPARQL') // is this needed ?
14-
15-
16-
17-
1813
const contentType = req.get('content-type')
1914

2015
// check whether a folder or resource with same name exists

0 commit comments

Comments
 (0)