From 4fe3fdaa84cda29d5529930347a01e1cf514045f Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Tue, 17 May 2022 14:10:52 -0500 Subject: [PATCH] Add status to toml entries --- helpers/stork/toml.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/stork/toml.js b/helpers/stork/toml.js index 867043c..7eea5ed 100644 --- a/helpers/stork/toml.js +++ b/helpers/stork/toml.js @@ -23,7 +23,7 @@ function makeDetailsFromListing ( listing ) { text: isNonEmptyString, content: isNonEmptyString, description: isNonEmptyString, - // status: isNonEmptyString, + status: isNonEmptyString, aliases: isNonEmptyArray, tags: isNonEmptyArray, }