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.
1 parent c98190b commit f85f269Copy full SHA for f85f269
backend/src/modules/device/controllers/device-log.controller.ts
@@ -48,7 +48,7 @@ export class DeviceLogController {
48
) {
49
setInterval(async () => {
50
51
- await this.deviceLogService.removeAllDeviceLogsByDayBefore(this.logKeepDays)
+ await this.deviceLogService.removeAllDeviceLogsBeforeDaysAgo(this.logKeepDays)
52
53
/* const usersRes = await this.userService.getAllUsers();
54
const devicesRes = await this.deviceService.getAllDevices();
0 commit comments