Skip to content

Commit

Permalink
chore: formatting change
Browse files Browse the repository at this point in the history
  • Loading branch information
hoeppner-dataport committed Nov 6, 2023
1 parent 74d9755 commit 32c1b75
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ export default defineComponent({
const validUrl = ensureProtocolIncluded(originalUrl);
modelValue.value.url = validUrl;
const { title, description, imageUrl } = await extractMetaTags(validUrl);
const { title, description, imageUrl } =
await extractMetaTags(validUrl);
modelValue.value.title = title;
modelValue.value.description = description;
Expand Down

0 comments on commit 32c1b75

Please sign in to comment.