forked from spacebar/SplatNet-Backend
Update 'splatfest' type to 'telemetry type to make more sense. + actually made index be index & post be post instead of post being index.
This commit is contained in:
parent
fff6d3399f
commit
88aac5afe2
5 changed files with 12 additions and 51 deletions
|
|
@ -69,11 +69,4 @@ const SplatfestResult = connection.define('SplatfestResult', {
|
|||
tableName: 'results',
|
||||
timestamps: true
|
||||
});
|
||||
|
||||
SplatfestResult.afterCreate((result, options) => {
|
||||
console.log('---------------------');
|
||||
console.log(result.toJSON());
|
||||
console.log('');
|
||||
});
|
||||
|
||||
module.exports = { SplatfestResult };
|
||||
Loading…
Reference in a new issue