Skip to content

Commit

Permalink
fix(models: channelconfig): remove prefix item from .validKeys
Browse files Browse the repository at this point in the history
  • Loading branch information
dsevillamartin committed May 3, 2017
1 parent 9302e7f commit 7870590
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Models/ChannelConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ class ChannelConfig {
this._data = new Collection();
this.setup();
this.validKeys = [
'prefix',
'repos',
'repo',
'disabledEvents',
Expand Down

0 comments on commit 7870590

Please sign in to comment.