chore: minor cleanup (#2124)

This commit is contained in:
YuNing Chen
2023-08-11 22:34:08 +08:00
committed by GitHub
parent c835231d32
commit 409d686f7d
7 changed files with 15 additions and 13 deletions

View File

@@ -48,7 +48,7 @@ func (s *Store) ListUserSettings(ctx context.Context, find *FindUserSetting) ([]
query := `
SELECT
user_id,
key,
key,
value
FROM user_setting
WHERE ` + strings.Join(where, " AND ")