mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-18 10:00:55 -04:00
add logic to add campers to nonprofit projects of interest to them
This commit is contained in:
@@ -6,7 +6,7 @@ var secrets = require('../config/secrets');
|
||||
* @type {exports.Schema}
|
||||
*/
|
||||
|
||||
|
||||
var Long = mongoose.Types.Long;
|
||||
var nonprofitSchema = new mongoose.Schema({
|
||||
name: String,
|
||||
requestedDeliverables: Array,
|
||||
|
||||
Reference in New Issue
Block a user