Fixed RedGIFs module content type.

This commit is contained in:
2024-09-11 05:16:58 +02:00
parent 7eaaadaa2a
commit 529f84d9c2
3 changed files with 2 additions and 3 deletions

View File

@@ -49,8 +49,6 @@ async function writeToIndex(posts, profilePaths, user, args) {
const yamlIndex = yaml.safeDump(data);
const saved = await save(filepath, Buffer.from(yamlIndex, 'utf8'));
console.log(user);
logger.info(`Saved index with ${posts.length} new posts for ${user.name}`);
return saved;