Skip to content

Commit

Permalink
fix: fix typo in the json lookup for icon field in spec
Browse files Browse the repository at this point in the history
  • Loading branch information
mainawycliffe authored and moshloop committed Jan 29, 2024
1 parent 444024e commit 59134bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/018_playbooks.sql
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ CREATE OR REPLACE VIEW playbook_names AS
id,
name,
category,
spec ->> icon AS icon
spec ->> 'icon' AS icon
FROM
playbooks
WHERE
Expand Down

0 comments on commit 59134bd

Please sign in to comment.