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 057157b commit a99473dCopy full SHA for a99473d
lib/ldp.js
@@ -591,7 +591,7 @@ class LDP {
591
itemName = `${uuid.v1()}-${itemName}`
592
} catch (e) {
593
try {
594
- // check resource with same name exists
+ // check whether resource with same name exists
595
const context = !container ? '/' : ''
596
await this.resourceMapper.mapUrlToFile({ url: (requestUrl + itemName + context) })
597
0 commit comments