From 27098f59c5f20b56228c020b5b5c66dd10e4055b Mon Sep 17 00:00:00 2001
From: Jean-Baptiste Pasquier <contact@jbpasquier.eu>
Date: Fri, 15 Nov 2019 16:51:22 +0100
Subject: [PATCH] fix: context for jabberID

---
 src/context.jsonld | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/context.jsonld b/src/context.jsonld
index 4d5d9258..9bbf7ab7 100644
--- a/src/context.jsonld
+++ b/src/context.jsonld
@@ -3,6 +3,6 @@
         "inbox": "http://happy-dev.fr/owl/#inbox",
         "object": "http://happy-dev.fr/owl/#object",
         "author": "http://happy-dev.fr/owl/#author",
-        "account": "http://happy-dev.fr/owl/#account"
+        "account": "http://happy-dev.fr/owl/#account",
         "foaf:jabberID": "foaf:jabberID"
     }
-- 
GitLab