Skip to content

Commit

Permalink
fix: ✏️ Add semi to view creation
Browse files Browse the repository at this point in the history
  • Loading branch information
cif committed Jan 20, 2023
1 parent f67e28c commit 774382a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ left join lateral (
where cl.metadata_id = m.id and c.id = m.nft_contract_id
limit 1
) cmd on true
where cl.price is not null -- omit null lateral appendages
where cl.price is not null; -- omit null lateral appendages

0 comments on commit 774382a

Please sign in to comment.