@pwddd/skills-scanner 3.0.12 → 3.0.13
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/openclaw.plugin.json +1 -1
- package/package.json +1 -1
- package/src/cron.ts +0 -1
package/openclaw.plugin.json
CHANGED
package/package.json
CHANGED
package/src/cron.ts
CHANGED
|
@@ -120,7 +120,6 @@ async function ensureCronJobViaCLI(logger: any): Promise<void> {
|
|
|
120
120
|
const openclawCmd = getOpenClawCommand();
|
|
121
121
|
logger.info(`[skills-scanner] Using CLI command: ${openclawCmd}`);
|
|
122
122
|
|
|
123
|
-
const state = loadState() as any;
|
|
124
123
|
const state = loadState() as any;
|
|
125
124
|
|
|
126
125
|
try {
|