Skip to content
This repository has been archived by the owner on Feb 10, 2024. It is now read-only.

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGamer3514 committed Nov 27, 2022
1 parent d35cfd0 commit 47e909e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/linkvertise.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class Linkvertise {
this.code = code;
}
getLink(link) {
return "https://link-to.net/" + this.code + "/" + Math.random() * 1000 + "/dynamic/" + "?r=" + btoa(encodeURI(link));
return "https://link-to.net/" + this.code + "/" + Math.random() * 1000 + "/dynamic/" + "?r=" + btoa(encodeURI(link)); //get the link
}
}

Expand Down

0 comments on commit 47e909e

Please sign in to comment.