Skip to content

Commit

Permalink
WIP: Unify restricted token usage. ESLINT. - #70
Browse files Browse the repository at this point in the history
  • Loading branch information
tiblu committed Dec 19, 2018
1 parent b4359a6 commit 3fbeb32
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion routes/api/topic.js
Original file line number Diff line number Diff line change
Expand Up @@ -6735,7 +6735,8 @@ module.exports = function (app) {
var userId = req.user.id;
var topicId = req.params.topicId;

db.transaction(function (t) {
db
.transaction(function (t) {
return TopicFavourite
.findOrCreate({
where: {
Expand Down

0 comments on commit 3fbeb32

Please sign in to comment.