mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 16:04:33 +00:00
chore: Enable more lint rules, disable some that trigger a lot. Will clean up later.
This commit is contained in:
@@ -185,7 +185,7 @@ function renderReactions(payload: unknown, opts: FormatOpts): string[] | null {
|
||||
const emoji =
|
||||
(typeof emojiObj?.raw === "string" && emojiObj.raw) ||
|
||||
(typeof entry.name === "string" && entry.name) ||
|
||||
(typeof entry.emoji === "string" && (entry.emoji as string)) ||
|
||||
(typeof entry.emoji === "string" && entry.emoji) ||
|
||||
"";
|
||||
const count = typeof entry.count === "number" ? String(entry.count) : "";
|
||||
const userList = Array.isArray(entry.users)
|
||||
|
||||
Reference in New Issue
Block a user