Skip to content

Commit

Permalink
add tmp fix for superagent
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Nov 3, 2012
1 parent 4647ec6 commit 8a1b18f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/model.js
@@ -1,7 +1,7 @@

var model = require('model')
, assert = require('component-assert')
, request = require('visionmedia-superagent');
, request = require('visionmedia-superagent/lib/client');

var User = model('User')
.attr('id', { type: 'number' })
Expand Down

0 comments on commit 8a1b18f

Please sign in to comment.