mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-26 14:54:19 +03:00
lint
This commit is contained in:
parent
fe223e08af
commit
c756e2e1af
@ -221,7 +221,7 @@ export const extractMetadata = (body: string, thumbUrl?: string) => {
|
||||
const mUrls = extractUrls(body);
|
||||
const mUsers = body && body.match(userReg);
|
||||
|
||||
const matchedImages = extractImageUrls({urls:mUrls});
|
||||
const matchedImages = extractImageUrls({ urls: mUrls });
|
||||
const matchedLinks = [];
|
||||
const matchedUsers = [];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user