Fix Telegram CIDR Auto Update

This commit is contained in:
SukkaW
2023-08-08 11:00:34 +08:00
parent 82519839f8
commit 9b8be63ecb
2 changed files with 7 additions and 7 deletions

View File

@@ -15,6 +15,7 @@
// ${description.map(line => (line ? `# ${line}` : '#')).join('\n')}
// ########################################\n${content.join('\n')}\n################# END ###################\n`;
// };
// module.exports.withBanner = withBanner;
/**
* @param {string} title
@@ -37,5 +38,4 @@ const withBannerArray = (title, description, date, content) => {
];
};
// module.exports.withBanner = withBanner;
module.exports.withBannerArray = withBannerArray;