antenna-openclaw-plugin 1.2.22 → 1.2.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.ts +0 -6
- package/package.json +1 -1
package/index.ts
CHANGED
|
@@ -167,12 +167,6 @@ async function notifyUser(
|
|
|
167
167
|
logger.warn(`Antenna: notify failed for ${channel}:${userId}: ${err.message}`);
|
|
168
168
|
}
|
|
169
169
|
}
|
|
170
|
-
}
|
|
171
|
-
logger.info(`Antenna: notified ${channel}:${userId} (chat=${chatId || 'deliver'})`);
|
|
172
|
-
} catch (err: any) {
|
|
173
|
-
logger.warn(`Antenna: notify failed for ${channel}:${userId}: ${err.message}`);
|
|
174
|
-
}
|
|
175
|
-
}
|
|
176
170
|
|
|
177
171
|
function startFollowUpCron(
|
|
178
172
|
deviceId: string,
|