Initial code for Slack based search

This commit is contained in:
Jori Lallo
2016-08-22 23:37:01 -07:00
parent 70e46a5c05
commit 4f998bccc8
10 changed files with 131 additions and 37 deletions

View File

@ -24,7 +24,7 @@ const User = sequelize.define('user', {
},
async getTeam() {
return this.team;
}
},
},
indexes: [
{