Skip to content

Commit 4c62c4d

Browse files
committed
fix conflict
1 parent 5131441 commit 4c62c4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rest/handler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1029,7 +1029,7 @@ func (h *handler) setUserForPublicAuth(dbCtx *db.DatabaseContext) (base.AuditFie
10291029
var err error
10301030
auditFields = base.AuditFields{base.AuditFieldAuthMethod: "websocket_token"}
10311031
h.user, err = dbCtx.Authenticator(h.ctx()).AuthenticateOneTimeSession(h.ctx(), sessionID)
1032-
return err
1032+
return auditFields, err
10331033
}
10341034
}
10351035

0 commit comments

Comments
 (0)