Skip to content

Commit 3c09df2

Browse files
chatbot now working again, set to true to enable :) (#447)
Co-authored-by: Pooja Bhaumik <[email protected]>
1 parent 7e5480f commit 3c09df2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/chatbot.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
if (typeof window === 'undefined') return;
44

55
// TEMPORARY DISABLE FLAG - Set to false to disable chatbot
6-
const CHATBOT_ENABLED = false;
6+
const CHATBOT_ENABLED = true;
77

88
if (!CHATBOT_ENABLED) {
99
console.log('Chatbot is temporarily disabled');

0 commit comments

Comments
 (0)