mirror of
https://github.com/owncast/owncast.git
synced 2024-11-24 05:38:58 +03:00
No need to publicly log this
This commit is contained in:
parent
8f32c13ca6
commit
031a848b7a
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ func makeExternalAPIUserFromRow(row *sql.Row) (*ExternalAPIUser, error) {
|
|||
|
||||
err := row.Scan(&id, &accessToken, &scopes, &displayName, &displayColor, &createdAt, &lastUsedAt)
|
||||
if err != nil {
|
||||
log.Errorln(err)
|
||||
log.Debugln("unable to convert row to api user", err)
|
||||
return nil, err
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue