@sunggang/ui-lib 0.2.83 → 0.2.84
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 -0
- package/package.json +1 -1
package/index.esm2.js
CHANGED
|
@@ -59083,6 +59083,7 @@ var LiffProvider = function(param) {
|
|
|
59083
59083
|
if (isFriendship && isValid) return [
|
|
59084
59084
|
2
|
|
59085
59085
|
];
|
|
59086
|
+
console.log("wtf", isValid, isFriendship);
|
|
59086
59087
|
return [
|
|
59087
59088
|
4,
|
|
59088
59089
|
loginInit(lineToken)
|