Taylor Yelverton
2019-10-25 13:13:42 -07:00
committed by Wesley Wigham
parent 86712ef9a9
commit 66a1027be1
+1 -1
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 {