fix: comment logs
This commit is contained in:
6
.idea/compiler.xml
generated
Normal file
6
.idea/compiler.xml
generated
Normal 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>
|
||||||
@@ -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,
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user