Taylor Yelverton
2019-10-25 15:13:42 -05:00
committed by Wesley Wigham
parent 86712ef9a9
commit 66a1027be1

View File

@@ -13,7 +13,7 @@ declare module ActionCable {
}
interface Subscriptions {
create(channel: string|ChannelNameWithParams, obj: CreateMixin): Channel;
create(channel: string|ChannelNameWithParams, obj?: CreateMixin): Channel;
}
interface Cable {