improvements

This commit is contained in:
Lunny Xiao
2025-07-05 22:11:32 -07:00
parent 59e91b9585
commit 22cdf7e191
3 changed files with 3 additions and 10 deletions
+2 -2
View File
@@ -955,8 +955,8 @@ func UpdateUserCols(ctx context.Context, u *User, cols ...string) error {
return err
}
// UpdateUserColsWithNoAutotime update user according special columns
func UpdateUserColsWithNoAutotime(ctx context.Context, u *User, cols ...string) error {
// UpdateUserColsNoAutotime update user according special columns
func UpdateUserColsNoAutotime(ctx context.Context, u *User, cols ...string) error {
if err := ValidateUser(u, cols...); err != nil {
return err
}