Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Akamu
Game Server Go
Commits
2cc99009
Commit
2cc99009
authored
Dec 24, 2020
by
Max Granzow
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Apply 1 suggestion(s) to 1 file(s)
parent
26efb2e0
Pipeline
#2229
failed with stage
in 2 minutes and 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
endpoint/user/query.go
endpoint/user/query.go
+1
-1
No files found.
endpoint/user/query.go
View file @
2cc99009
...
...
@@ -348,7 +348,7 @@ func (MySQLUserQuery) SelectByUsernameLike(username string) ([]schemas.InfoUserS
LEFT JOIN title ON (title.idtitle=selected_title)
LEFT JOIN subject ON (idsubject=title.subject)
LEFT JOIN avatar ON (idavatar=selected_avatar)
WHERE username LIKE ?`
)
WHERE username LIKE ?
AND verified=1
`
)
if
prepareError
!=
nil
{
return
nil
,
errors
.
New
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment