Skip to content

Commit

Permalink
Corrected trim value
Browse files Browse the repository at this point in the history
  • Loading branch information
vivid-cpreston committed May 21, 2024
1 parent debb7ba commit d3bdea0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

export function etagFixer(eTagValue: String) {
if (eTagValue.startsWith("W/")) {
return(eTagValue.slice(1))
return(eTagValue.slice(2))

}

Expand Down

0 comments on commit d3bdea0

Please sign in to comment.