fix method typo
This commit is contained in:
@@ -236,7 +236,7 @@ const isWikiDiscordUrl = computed(() => {
|
||||
return isDiscordUrl(wikiUrl.value);
|
||||
});
|
||||
|
||||
const isIssuesLinkShortner = computed(() => {
|
||||
const isIssuesLinkShortener = computed(() => {
|
||||
return isLinkShortener(issuesUrl.value);
|
||||
});
|
||||
const isSourceLinkShortener = computed(() => {
|
||||
|
||||
Reference in New Issue
Block a user