From 42ebf96d28314a5f24a6055859caebed8db06770 Mon Sep 17 00:00:00 2001
From: Holden Rohrer
Date: Tue, 21 Jan 2020 03:06:56 -0500
Subject: two minor typo-like bugfixes
---
examples/jarvis.js | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
(limited to 'examples')
diff --git a/examples/jarvis.js b/examples/jarvis.js
index 04c12db..d76066d 100644
--- a/examples/jarvis.js
+++ b/examples/jarvis.js
@@ -57,8 +57,7 @@ const notifsrc = '\
& git.hrhr.dev/ywot-clean \n\
& Try `COMMAND` today. Uptime: UPTIME. \n\
& Called: JARVISx ~SIGNATURE \n\
- '
-notifsrc = notifsrc.replace('COMMAND', command).replace('SIGNATURE', sig);
+ '.replace('COMMAND', command).replace('SIGNATURE', sig);
var minsUp = 0;
var callct = 0;
var notifClaim;
--
cgit