From 28d02f6ce45bad76d3271eb113f7c6f22e1f35bd Mon Sep 17 00:00:00 2001 From: iam-py-test <84232764+iam-py-test@users.noreply.github.com> Date: Tue, 6 Jul 2021 16:52:43 -0400 Subject: [PATCH] Add vaping list --- scripts/create-everything-list.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/create-everything-list.js b/scripts/create-everything-list.js index f116d84..df564a3 100644 --- a/scripts/create-everything-list.js +++ b/scripts/create-everything-list.js @@ -24,7 +24,8 @@ const listsToIncludeInEverythingList = [ // "smart-tv", // "basic", - // "whatsapp" + // "whatsapp", + // "vaping" ]; (async () => { -- 2.47.3