We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4924bc6 commit adb0691Copy full SHA for adb0691
lib/header.js
@@ -46,7 +46,7 @@ async function linksHandler (req, res, next) {
46
let filename
47
try {
48
// Hack: createIfNotExists is set to true for PUT or PATCH requests
49
- // because the file does not exist yet at this point.
+ // because the file might not exist yet at this point.
50
// But it will be created afterwards.
51
// This should be improved with the new server architecture.
52
({ path: filename } = await ldp.resourceMapper
0 commit comments