Skip to content

Commit

Permalink
fix: rearrange query paramsorder
Browse files Browse the repository at this point in the history
  • Loading branch information
hookor authored and cuconveniencestore committed Aug 28, 2024
1 parent c08670d commit ab63c91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions models/posts-queries.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ const queries = {
'caffeine',
'photo',
'public_id',
'description',
'intensity'
'intensity',
'description'
]),
deletePost: query.buildDelete('post', ['public_id']),
writeComment: query.buildInsert('comment', ['user_id', 'post_id', 'content']),
Expand Down

0 comments on commit ab63c91

Please sign in to comment.