Skip to content
This repository has been archived by the owner on Jan 9, 2022. It is now read-only.

Commit

Permalink
Changed channels status=all to status=dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin Loretz committed Jan 22, 2015
1 parent d965933 commit 9b03c36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numerous.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ Numerous.prototype.createError = function(metricId, commentBody, callback) {

Numerous.prototype.getChannels = function(callback) {
var self = this;
self.makeRequest("GET", 'https://api.numerousapp.com/v2/channels?status=all', undefined, callback);
self.makeRequest("GET", 'https://api.numerousapp.com/v2/channels?status=dev', undefined, callback);
}

Numerous.prototype.createChannel = function(channel, callback) {
Expand Down

0 comments on commit 9b03c36

Please sign in to comment.