mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-11 20:05:19 +00:00
Update prune.ts
This commit is contained in:
parent
f6c7c145a8
commit
98650bd7d9
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ export const pruneData = async (
|
|||
delete_inactive_users_days: number | null = null,
|
||||
exempt_admin_users: boolean = true,
|
||||
exempt_pending_users: boolean = true,
|
||||
dry_run: boolean = true
|
||||
dry_run: boolean // Removed default value to ensure explicit passing
|
||||
) => {
|
||||
let error = null;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue