chore(lint): resolve remaining warnings and ignore generated convex artifacts
This commit is contained in:
@@ -304,8 +304,6 @@ export function classifyError(rawError: unknown): AiError {
|
||||
? rawObj.message
|
||||
: "";
|
||||
|
||||
const rawDetail = typeof rawObj?.detail === "string" ? rawObj.detail.trim() : undefined;
|
||||
|
||||
const prefixed = cleanPrefixMessage(rawMessage);
|
||||
const explicitType =
|
||||
normalizeType(typeof rawObj?.category === "string" ? rawObj.category : undefined) ??
|
||||
|
||||
Reference in New Issue
Block a user