Merge pull request 'fix: comment logs' (#23) from dev into main
All checks were successful
Build and deploy / build (push) Successful in 37s
Build and deploy / deploy (push) Successful in 18s

Reviewed-on: #23
This commit was merged in pull request #23.
This commit is contained in:
2025-12-19 12:34:37 +00:00
2 changed files with 7 additions and 1 deletions

6
.idea/compiler.xml generated Normal file
View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="TypeScriptCompiler">
<option name="useServicePoweredTypesWasEnabledByExperiment" value="true" />
</component>
</project>

View File

@@ -30,7 +30,7 @@ const main = async () => {
try {
let listSeenMsgId = await client.search({seen: false}); // search only unseen messages
console.log('📌', chalk.cyan('UNSEEN LIST:'), listSeenMsgId)
//console.log('📌', chalk.cyan('UNSEEN LIST:'), listSeenMsgId)
for await (let message of client.fetch(listSeenMsgId,
{