adonisjs / transmit

A Server-Sent-Event module for AdonisJS
MIT License
65 stars 4 forks source link

Fix - fixing typing issue for Broadcastable, now it's possible to have a payload with an array. #24

Closed EvanPerreau closed 2 months ago

EvanPerreau commented 2 months ago

🔗 Linked issue

Issue #23

Broadcastable type doesn't support array

❓ Type of change

📚 Description

Adding a supported type by Broadcastable: now it accepts arrays. Resolves #23

📝 Checklist

RomainLanz commented 2 months ago

Thanks!

EvanPerreau commented 2 months ago

Thank you for building AdonisJS 🤍