diff --git a/packages/api/src/skills/sync/orchestrator.spec.ts b/packages/api/src/skills/sync/orchestrator.spec.ts index a42b2d2696..702e08d269 100644 --- a/packages/api/src/skills/sync/orchestrator.spec.ts +++ b/packages/api/src/skills/sync/orchestrator.spec.ts @@ -52,6 +52,14 @@ function statusFromConfig(config: SkillSyncConfig | undefined): RunnerStatus { syncedFileCount: 0, deletedSkillCount: 0, deletedFileCount: 0, + errorCode: undefined, + errorMessage: undefined, + startedAt: undefined, + finishedAt: undefined, + lastSuccessAt: undefined, + lastFailureAt: undefined, + createdAt: undefined, + updatedAt: undefined, })) ?? [], credentials: [], fineGrainedTokenRecommendation: 'Use a GitHub fine-grained personal access token.',