From 8f522046aa4230e17a0f34ee666e8c380e75f5e2 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Mon, 12 Jan 2026 19:47:04 +0000 Subject: [PATCH] Add comment for next steps --- src/nats.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/nats.ts b/src/nats.ts index baf4da5..ce93e28 100644 --- a/src/nats.ts +++ b/src/nats.ts @@ -23,4 +23,6 @@ async function getNatsConnection(): Promise { } return await connect(options) -} \ No newline at end of file +} + +// Send Message Function here to send the message to NATS \ No newline at end of file