visual improvements
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user