fix
This commit is contained in:
parent
6e4c296218
commit
5e7770e955
@ -122,7 +122,7 @@ LEFT JOIN app_user ON app_user.id = gs.app_user_id
|
||||
WHERE
|
||||
gs.app_user_id = ?
|
||||
LIMIT 1`
|
||||
return conn.QueryRowsPartialCtx(ctx, v, query, appId, t, userId)
|
||||
return conn.QueryRowsPartialCtx(ctx, v, query, t, appId, userId)
|
||||
})
|
||||
switch {
|
||||
case err == nil:
|
||||
|
Loading…
x
Reference in New Issue
Block a user