From 2073927370636deb772f333eda5c8471a604137a Mon Sep 17 00:00:00 2001 From: Fabian-Lars Date: Mon, 11 Nov 2024 22:21:02 +0100 Subject: [PATCH] Update plugins/fs/guest-js/index.ts Co-authored-by: Amr Bashir --- plugins/fs/guest-js/index.ts | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/plugins/fs/guest-js/index.ts b/plugins/fs/guest-js/index.ts index ae6346c0..5f97ece5 100644 --- a/plugins/fs/guest-js/index.ts +++ b/plugins/fs/guest-js/index.ts @@ -20,10 +20,11 @@ * ```json * { * "permissions": [ - * { - * "identifier": "fs:scope", - * "allow": [{ "path": "$APPDATA/databases/*" }] - * }] + * { + * "identifier": "fs:scope", + * "allow": [{ "path": "$APPDATA/databases/*" }] + * } + * ] * } * ``` *