mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-04 18:10:56 +01:00
Removed another verbose mediaList comment
This commit is contained in:
parent
12d40c6be0
commit
4994e4ad36
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ export const handleMosaic = async (
|
|||
if (selectedDomain === null) {
|
||||
return mediaList[0];
|
||||
} else {
|
||||
console.log('mediaList', mediaList);
|
||||
// console.log('mediaList', mediaList);
|
||||
let mosaicMedia = mediaList.map(
|
||||
media =>
|
||||
media.media_url_https?.match(/(?<=\/media\/)[a-zA-Z0-9_\-]+(?=[\.\?])/g)?.[0] ||
|
||||
|
|
Loading…
Add table
Reference in a new issue