mirror of
https://github.com/mastodon/mastodon.git
synced 2026-09-27 08:57:41 -05:00
Mark return type correctly in streaming/index (#40574)
This commit is contained in:
@@ -311,7 +311,7 @@ const startServer = async () => {
|
||||
/**
|
||||
* @callback SubscriptionListener
|
||||
* @param {ReturnType<parseJSON>} json of the message
|
||||
* @returns void
|
||||
* @returns {void}
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user