From 5fac2aa929664858d6c8fb2a277ffa91a78daf24 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Thu, 30 Sep 2021 00:02:28 +0200 Subject: [PATCH] Remove superfluous example in manifest --- manifest.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index bcafcf4..9248698 100644 --- a/manifest.json +++ b/manifest.json @@ -40,8 +40,7 @@ }, { "name": "admin", - "type": "user", - "example": "johndoe" + "type": "user" } ] }