@sunggang/ui-lib 0.2.74 → 0.2.75
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/index.esm2.js +1 -1
- package/package.json +1 -1
package/index.esm2.js
CHANGED
|
@@ -59062,7 +59062,7 @@ var LiffProvider = function(param) {
|
|
|
59062
59062
|
case 6:
|
|
59063
59063
|
console.log("isFriendship", isFriendship);
|
|
59064
59064
|
setLiffObject(liff);
|
|
59065
|
-
if (isValid) return [
|
|
59065
|
+
if (isFriendship && isValid) return [
|
|
59066
59066
|
2
|
|
59067
59067
|
];
|
|
59068
59068
|
lineToken = liff === null || liff === void 0 ? void 0 : liff.getAccessToken();
|