From 70079e4b2e773d69f458db28bce72c4cf0b38e74 Mon Sep 17 00:00:00 2001 From: rdzsp Date: Tue, 10 Jan 2023 15:01:26 +0700 Subject: [PATCH] Fixed JSON missing comma --- src/technologies/p.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies/p.json b/src/technologies/p.json index 548ee841e..9dd614c27 100644 --- a/src/technologies/p.json +++ b/src/technologies/p.json @@ -521,7 +521,7 @@ ], "description": "Partytown is a lazy-loaded library to help relocate resource intensive scripts into a web worker, and off of the main thread.", "icon": "Partytown.svg", - "dom": "script[type*='text/partytown']" + "dom": "script[type*='text/partytown']", "js": { "partytown": "" },