Skip to content

Commit

Permalink
fix:embedded url (#966)
Browse files Browse the repository at this point in the history
Update post.service.ts
  • Loading branch information
RiXelanya authored Mar 29, 2024
1 parent dc2d7c3 commit f7403af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/post.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ export class PostService {

try {
if (!validateURL(url)) throw new Error('InvalidURL');
embeddedURL = await getOpenGraph(url);
// embeddedURL = await getOpenGraph(url);
} catch (error) {
console.error(error);
// ignore
Expand Down

0 comments on commit f7403af

Please sign in to comment.