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:
kittentm 2026-02-27 01:36:08 +01:00
commit 88aac5afe2
5 changed files with 12 additions and 51 deletions

View file

@ -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 };