We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 85632fd + 9544b2a commit e7dc05dCopy full SHA for e7dc05d
packages/server/src/utils/backups/index.ts
@@ -82,7 +82,7 @@ export const initCronJobs = async () => {
82
}
83
84
85
- if (admin?.user.logCleanupCron) {
+ if (admin?.user?.logCleanupCron) {
86
console.log("Starting log requests cleanup", admin.user.logCleanupCron);
87
await startLogCleanup(admin.user.logCleanupCron);
88
0 commit comments