Skip to content

Instantly share code, notes, and snippets.

View orbitbot's full-sized avatar

Patrik Johnson orbitbot

  • Helsinki, Finland
View GitHub Profile
@orbitbot
orbitbot / mod.js
Created May 12, 2014 20:05
Mongoose 3.8.9 troubleshooting
var util = require('util');
var mongoose = require('mongoose');
var Schema = mongoose.Schema;
var _ = require('lodash');
var Q = require('q');
var accountSchema = Schema({
username: String,
contacts: [{