visual improvements

This commit is contained in:
daniel31x13
2023-12-07 12:29:45 -05:00
parent 93e4897c0b
commit e6979d4e75
23 changed files with 110 additions and 51 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ export default async function postLink(
userId: number
) {
try {
if (link.url) new URL(link.url);
new URL(link.url || "");
} catch (error) {
return {
response: