From 0d2904fe02dcb59e19712fb9789c265dd11bc63a Mon Sep 17 00:00:00 2001 From: Jordan Paulino Date: Thu, 18 May 2023 14:47:44 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=8D=95=20Test=20github=20urls?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/services/bus.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/services/bus.js b/lib/services/bus.js index 68064b9..94ad2a5 100644 --- a/lib/services/bus.js +++ b/lib/services/bus.js @@ -1,6 +1,7 @@ 'use strict'; function setPublish(publish) { + console.log('TESTSETSETSETEST'); module.exports.publish = publish; }