@sunggang/ui-lib 0.2.71 → 0.2.72
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
|
@@ -59040,7 +59040,7 @@ var LiffProvider = function(param) {
|
|
|
59040
59040
|
getFriendship = _state.sent();
|
|
59041
59041
|
console.log("isFriendship", getFriendship === null || getFriendship === void 0 ? void 0 : getFriendship.friendFlag);
|
|
59042
59042
|
setLiffObject(liff);
|
|
59043
|
-
if (
|
|
59043
|
+
if (isValid) return [
|
|
59044
59044
|
2
|
|
59045
59045
|
];
|
|
59046
59046
|
lineToken = liff === null || liff === void 0 ? void 0 : liff.getAccessToken();
|