diff options
author | Anthony Wang | 2023-01-19 18:24:59 -0500 |
---|---|---|
committer | Anthony Wang | 2023-01-19 18:24:59 -0500 |
commit | dc3f6329b2b22cb94e71b667867e085d48527d14 (patch) | |
tree | 2dc98d5af1ffd1b8f5c9a7f548898ab4212d609b /users | |
parent | f7403f75dab5fea8e1f3dc022a6cfdd523094e1c (diff) |
Style fixes
Diffstat (limited to 'users')
-rw-r--r-- | users/test.jsonld | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/test.jsonld b/users/test.jsonld index a5e58d5..d412cd8 100644 --- a/users/test.jsonld +++ b/users/test.jsonld @@ -3,8 +3,8 @@ "https://www.w3.org/ns/activitystreams", "https://w3id.org/security/v1" ], - "id": "https://0.exozy.me/users/test.jsonld", "type": "Person", + "id": "https://0.exozy.me/users/test.jsonld", "preferredUsername": "test", "name": "Billiam Wender", "summary": "idk", |