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

@ -3,7 +3,7 @@ const { joi } = require('../util');
const { SplatfestResult } = require('../models/splatfest_result');
module.exports = {
type: 'splatfest',
type: 'telemetry',
result_model: SplatfestResult,
validation_schema: joi.object({
ServerEnv: joi.string(),