Created
November 10, 2023 03:13
-
-
Save davecra/765b5ff9436769d47c783c7330026dc8 to your computer and use it in GitHub Desktop.
Converts an @odata.etag
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const updatedTag = eTag.replace('W/"', '"').replace('\\"', ""); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment