(err error)
| 3999 | } |
| 4000 | |
| 4001 | func chatWorkspaceAuditStatus(err error) int { |
| 4002 | if responder, ok := httperror.IsResponder(err); ok { |
| 4003 | status, _ := responder.Response() |
| 4004 | return status |
| 4005 | } |
| 4006 | return http.StatusInternalServerError |
| 4007 | } |
| 4008 | |
| 4009 | func (api *API) resolveChatDiffContents( |
| 4010 | ctx context.Context, |
no test coverage detected