Fixed RedGIFs module content type.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user