We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 156d29a commit fbf6a7dCopy full SHA for fbf6a7d
src/embedded.ts
@@ -154,7 +154,10 @@ export class RoomWidgetClient extends MatrixClient {
154
super(opts);
155
156
const transportSend = this.widgetApi.transport.send.bind(this.widgetApi.transport);
157
- this.widgetApi.transport.send = async <T extends IWidgetApiRequestData, R extends IWidgetApiResponseData = IWidgetApiAcknowledgeResponseData>(
+ this.widgetApi.transport.send = async <
158
+ T extends IWidgetApiRequestData,
159
+ R extends IWidgetApiResponseData = IWidgetApiAcknowledgeResponseData,
160
+ >(
161
action: WidgetApiAction,
162
data: T,
163
): Promise<R> => {
0 commit comments