Skip to content

Commit 463057f

Browse files
jaxoncreedTallTed
andauthored
Update lib/ldp.js
Co-authored-by: Ted Thibodeau Jr <[email protected]>
1 parent 0f9a5e4 commit 463057f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/ldp.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,8 +229,8 @@ class LDP {
229229

230230
// First check if we are above quota
231231
let isOverQuota
232-
// For some reason someone thought it was a bright idea to make url actually a
233-
// req sometimes but not all the time 🙄. So Now I have to account for that
232+
// Someone had a reason to make url actually a req sometimes but not
233+
// all the time. So now we have to account for that, as done below.
234234
const hostname = typeof url !== 'string' ? url.hostname : URL.parse(url).hostname
235235
try {
236236
isOverQuota = await overQuota(this.resourceMapper.resolveFilePath(hostname), this.serverUri)

0 commit comments

Comments
 (0)