Skip to content

Instantly share code, notes, and snippets.

@cleverca22
Created July 19, 2014 20:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cleverca22/c4673cb45b827190dee9 to your computer and use it in GitHub Desktop.
Save cleverca22/c4673cb45b827190dee9 to your computer and use it in GitHub Desktop.
var mongoose = require('mongoose');
mongoose.Types.ObjectId.prototype.toProtobuf = function () {
return new Buffer(this.id,'binary');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment