#1 TypeError: Cannot read properties of undefined (reading 'toLowerCase') [v1.10.8-15, all] #2
@ -4,9 +4,11 @@ reactions="$(yq . /dev/stdin < reactions.yaml)"
|
||||
jq -n --argjson reactions "$reactions" \
|
||||
'[
|
||||
$reactions[] | {
|
||||
annotation: .emoji,
|
||||
label: .emoji,
|
||||
emoticon: .emoji,
|
||||
hexcode: "2721",
|
||||
unicode: .emoji,
|
||||
shortcodes: [ .emoji ],
|
||||
tags: (.tags? + [ .emoji ]),
|
||||
emoji: .emoji,
|
||||
|
Loading…
Reference in New Issue
Block a user