From 2c92a56e5d0fb490cc2e49a0dd9652499000fcb4 Mon Sep 17 00:00:00 2001 From: Matt Jankowski Date: Fri, 18 Sep 2026 21:45:29 +0000 Subject: [PATCH] Mark return type correctly in `streaming/index` (#40574) --- streaming/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/streaming/index.js b/streaming/index.js index adb4d26c64d..a0cf1178406 100644 --- a/streaming/index.js +++ b/streaming/index.js @@ -311,7 +311,7 @@ const startServer = async () => { /** * @callback SubscriptionListener * @param {ReturnType} json of the message - * @returns void + * @returns {void} */ /**