summaryrefslogtreecommitdiffstats
path: root/services/user/user.go
diff options
context:
space:
mode:
Diffstat (limited to 'services/user/user.go')
-rw-r--r--services/user/user.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/user/user.go b/services/user/user.go
index f2648db409..9dc4f6fe62 100644
--- a/services/user/user.go
+++ b/services/user/user.go
@@ -304,5 +304,5 @@ func DeleteInactiveUsers(ctx context.Context, olderThan time.Duration) error {
}
}
- return user_model.DeleteInactiveEmailAddresses(ctx)
+ return nil
}