Skip to content

Commit

Permalink
fix: add size and intensity in postcard data
Browse files Browse the repository at this point in the history
  • Loading branch information
hookor authored and cuconveniencestore committed Aug 29, 2024
1 parent 6e0fc57 commit 0d3dfd7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions models/posts-queries.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ const queries = {
p.caffeine,
p.photo,
p.created_at AS createdAt,
p.intensity,
p.size,
u.profileUrl,
u.nickname,
u.sum,
Expand Down

0 comments on commit 0d3dfd7

Please sign in to comment.