aboutsummaryrefslogtreecommitdiff
path: root/userapi/storage/postgres/profile_table.go
diff options
context:
space:
mode:
Diffstat (limited to 'userapi/storage/postgres/profile_table.go')
-rw-r--r--userapi/storage/postgres/profile_table.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/userapi/storage/postgres/profile_table.go b/userapi/storage/postgres/profile_table.go
index e404c32f..e4f55ed9 100644
--- a/userapi/storage/postgres/profile_table.go
+++ b/userapi/storage/postgres/profile_table.go
@@ -165,5 +165,5 @@ func (s *profilesStatements) SelectProfilesBySearch(
profiles = append(profiles, profile)
}
}
- return profiles, nil
+ return profiles, rows.Err()
}