Skip to content

Commit 9e815a7

Browse files
committed
duplicated stringify
1 parent 800c5ef commit 9e815a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/privacy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ return JSON.stringify({
294294
* IAB: Data Deletion Request Framework
295295
* https://github.com/InteractiveAdvertisingBureau/Data-Subject-Rights/blob/main/Data%20Deletion%20Request%20Framework.md
296296
*/
297-
iab_ddr: JSON.stringify(await fetchAndParse("/dsrdelete.json", parseDSRdelete)),
297+
iab_ddr: await fetchAndParse("/dsrdelete.json", parseDSRdelete),
298298

299299
/**
300300
* Do Not Track (DNT)

0 commit comments

Comments
 (0)