Added comments to fix

closes #1
This commit is contained in:
2021-08-21 08:40:32 +02:00
parent 2010cc3260
commit 0819dc7b5d
3 changed files with 6 additions and 0 deletions

View File

@@ -15,6 +15,7 @@
$: urlVisists = [];
let visitQuery;
// Yes i know this isn't the best way to implement this, but linkylinky dashboard is just a oneshot sideproject r/n.
const unsubscribe = UserStore.subscribe((value) => {
if (value.isLoggedIn) {
Apiclient.getUrlDetails(shortcode).then((res) => {