@iblai/data-layer 1.1.9 → 1.1.10
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.d.ts +10 -10
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -39696,7 +39696,7 @@ const mentorApiSlice = react.createApi({
|
|
|
39696
39696
|
dispatch(mentorApiSlice.util.updateQueryData('getShareableLink', {
|
|
39697
39697
|
mentor: updateData.mentor,
|
|
39698
39698
|
org: updateData.org,
|
|
39699
|
-
// @ts-
|
|
39699
|
+
// @ts-expect-error userId may not be in the type
|
|
39700
39700
|
userId: updateData.userId,
|
|
39701
39701
|
}, (draft) => {
|
|
39702
39702
|
var _a;
|