diff options
| author | Mike Dilger <mike@mikedilger.com> | 2022-12-27 04:05:54 +1300 |
|---|---|---|
| committer | Mike Dilger <mike@mikedilger.com> | 2022-12-27 04:05:54 +1300 |
| commit | 544ec6dcc807abf62f4bd88bf8b9b7ee675f6ec4 (patch) | |
| tree | 15ffcc7aea5af28012c63d038ac8b2fa4dac3408 | |
| parent | e79c84aecc2f9455380e14724315858272d825d7 (diff) | |
remove invalid trailing comma in JSON
| -rw-r--r-- | 35.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -34,7 +34,7 @@ This NIP proposes an optional additional key like this: | |||
| 34 | }, | 34 | }, |
| 35 | "relays": { | 35 | "relays": { |
| 36 | "b0635d6a9851d3aed0cd6c495b282167acf761729078d975fc341b22650b07b9": [ "wss://relay.example.com", "wss://relay2.example.com" ] | 36 | "b0635d6a9851d3aed0cd6c495b282167acf761729078d975fc341b22650b07b9": [ "wss://relay.example.com", "wss://relay2.example.com" ] |
| 37 | }, | 37 | } |
| 38 | } | 38 | } |
| 39 | ```` | 39 | ```` |
| 40 | 40 | ||