mirror of
https://github.com/anatolykopyl/vk-nft-feed.git
synced 2026-03-26 12:54:33 +00:00
Lite version: just uploads images without creating svgs
This commit is contained in:
@@ -22,7 +22,7 @@ export default async function(owner_id) {
|
||||
let images = [];
|
||||
|
||||
for (const post of posts) {
|
||||
images.push(await postToImage(post));
|
||||
images.push(...postToImage(post));
|
||||
}
|
||||
|
||||
return images;
|
||||
|
||||
Reference in New Issue
Block a user