Mark return type correctly in streaming/index (#40574)

This commit is contained in:
Matt Jankowski
2026-09-18 21:45:29 +00:00
committed by GitHub
parent 2ae0323bcc
commit 2c92a56e5d

View File

@@ -311,7 +311,7 @@ const startServer = async () => {
/**
* @callback SubscriptionListener
* @param {ReturnType<parseJSON>} json of the message
* @returns void
* @returns {void}
*/
/**