Skip to content

Commit

Permalink
fix: entities malformed JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickhulce committed Apr 1, 2019
1 parent 58650db commit 075cb96
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions data/entities.json
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,7 @@
"name": "Spotify",
"homepage": "https://www.spotify.com/",
"categories": ["content"],
"domains": ["open.spotify.com","open.scdn.co", "i.scdn.co"]
"domains": ["open.spotify.com", "open.scdn.co", "i.scdn.co"]
},
{
"name": "AMP",
Expand Down Expand Up @@ -762,6 +762,7 @@
"categories": ["analytics"],
"domains": ["cdn.ontame.io", "collector.ontame.io"]
},
{
"name": "Ipify",
"homepage": "https://www.ipify.org",
"categories": ["utility"],
Expand All @@ -783,7 +784,7 @@
"name": "mPulse",
"homepage": "https://developer.akamai.com/akamai-mpulse",
"categories": ["analytics"],
"domains": ["c.go-mpulse.net","0211c83c.akstat.io"]
"domains": ["c.go-mpulse.net", "0211c83c.akstat.io"]
},
{
"name": "Pingdom RUM",
Expand All @@ -807,7 +808,7 @@
"name": "Byside",
"homepage": "http://www.byside.com",
"categories": ["analytics"],
"domains": ["byce2.byside.com","wce2.byside.com"]
"domains": ["byce2.byside.com", "wce2.byside.com"]
},
{
"name": "VWO",
Expand Down

0 comments on commit 075cb96

Please sign in to comment.