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