Begin work on purging the range bucket type from the codebase

This commit is contained in:
Oliver-Akins 2025-05-31 23:16:13 -06:00
parent 5fe11fda0d
commit ac93a3342f
3 changed files with 4 additions and 33 deletions

View file

@ -38,7 +38,6 @@ export const api = deepFreeze({
},
schemas: {
buckets: {
range: numberBucketSchema,
number: numberBucketSchema,
string: stringBucketSchema,
},