fix: comment logs

This commit is contained in:
2025-12-19 15:34:05 +03:00
parent f55ecd950c
commit 6cf11db35f
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 { try {
let listSeenMsgId = await client.search({seen: false}); // search only unseen messages 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, for await (let message of client.fetch(listSeenMsgId,
{ {