@amityco/ts-sdk 7.6.1-8ef2910.0 → 7.6.1-a0961ea.0
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.cjs.js
CHANGED
package/dist/index.esm.js
CHANGED
|
@@ -22791,7 +22791,6 @@ function isAmityClipPost(post) {
|
|
|
22791
22791
|
return !!(post.data &&
|
|
22792
22792
|
typeof post.data !== 'string' &&
|
|
22793
22793
|
'fileId' in post.data &&
|
|
22794
|
-
'thumbnailFileId' in post.data &&
|
|
22795
22794
|
post.dataType === 'clip');
|
|
22796
22795
|
}
|
|
22797
22796
|
|