Commit 07560af
committed
fix: fixed the error of not being able to cancel a subscription.
Fixed the error of "token must be a string".
Cause => Previous implementation was treating the value as an array from the database.
Fix => Extracted the data from the array and properly placed it in the token key1 parent 7eadd4a commit 07560af
1 file changed
+7
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
818 | 818 | | |
819 | 819 | | |
820 | 820 | | |
| 821 | + | |
| 822 | + | |
| 823 | + | |
| 824 | + | |
| 825 | + | |
821 | 826 | | |
822 | 827 | | |
823 | 828 | | |
824 | 829 | | |
825 | 830 | | |
826 | | - | |
| 831 | + | |
827 | 832 | | |
828 | | - | |
| 833 | + | |
829 | 834 | | |
830 | 835 | | |
831 | 836 | | |
| |||
0 commit comments