Skip to content

Commit

Permalink
Merge branch 'master' into add-tinymc
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanmilessnyk committed Jun 13, 2023
2 parents ed1befb + abb4d48 commit 0293a0d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .dccache

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ i18n/*.invalid
!data/static/i18n/*.json
data/chatbot/*.*
!data/chatbot/.gitkeep
.dccache
*.dccache

# TF
secret.auto.tfvars
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
"js-yaml": "^3.14.0",
"jsonwebtoken": "0.4.0",
"jssha": "^3.1.1",
"juicy-chat-bot": "~0.6.0",
"juicy-chat-bot": "0.6.6",
"libxmljs2": "^0.26.4",
"marsdb": "^0.6.11",
"morgan": "^1.10.0",
Expand Down
2 changes: 1 addition & 1 deletion routes/likeProductReviews.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ module.exports = function productReviews () {
} else {
res.status(403).json({ error: 'Not allowed' })
}
}, () => {
}, ()z => {
res.status(400).json({ error: 'Wrong Params' })
})
}
Expand Down

0 comments on commit 0293a0d

Please sign in to comment.