Skip to content

Commit

Permalink
fix comma dongle oops
Browse files Browse the repository at this point in the history
  • Loading branch information
dsevillamartin committed Dec 16, 2017
1 parent 256ca19 commit 7fa3b95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Models/ChannelConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const channelConfigSchema = Schema({
disabledEvents: {
type: Array,
default: [
'merge_request/update'
'merge_request/update',
],
},
ignoredUsers: Array,
Expand Down

0 comments on commit 7fa3b95

Please sign in to comment.