Skip to content

Commit

Permalink
error for douban
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmud committed Aug 12, 2014
1 parent 27f5467 commit 915c75f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/douban.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*/
var util = require('util');
var mo_url = require('url');
var error = require('debug')('douban:error')
var error = require('debug')('dbj:douban:error')

function OAuth2(clientId, clientSecret, customHeaders) {
this._clientId= clientId;
Expand Down

0 comments on commit 915c75f

Please sign in to comment.