added prettier settings

This commit is contained in:
daniel31x13
2023-12-29 12:21:22 -05:00
parent e4fc8948fa
commit ee6dcdcc5b
21 changed files with 480 additions and 291 deletions
+2 -2
View File
@@ -62,8 +62,8 @@ export default async function postLink(
link.description && link.description !== ""
? link.description
: link.url
? await getTitle(link.url)
: undefined;
? await getTitle(link.url)
: undefined;
const validatedUrl = link.url ? await validateUrlSize(link.url) : undefined;