@hipnation-truth/sdk 0.17.1 → 0.17.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +11 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +11 -0
- package/dist/index.mjs.map +1 -1
- package/dist/react.js +1 -4
- package/dist/react.js.map +1 -1
- package/package.json +1 -1
package/dist/react.js
CHANGED
|
@@ -149,10 +149,7 @@ function toResult(value, skipped) {
|
|
|
149
149
|
};
|
|
150
150
|
}
|
|
151
151
|
function useActiveCalls(options) {
|
|
152
|
-
const result = (0, import_react.useQuery)(
|
|
153
|
-
listActiveRef,
|
|
154
|
-
options != null ? options : {}
|
|
155
|
-
);
|
|
152
|
+
const result = (0, import_react.useQuery)(listActiveRef, options != null ? options : {});
|
|
156
153
|
return toResult(result, false);
|
|
157
154
|
}
|
|
158
155
|
function useDialpadCallsForConversation(conversationId, options) {
|