fix fluid ounce -> fluid_ounce

This commit is contained in:
Michael Genson
2026-02-22 22:25:15 +00:00
parent 89b1629d68
commit eebff3f481
4 changed files with 4 additions and 4 deletions

View File

@@ -60,7 +60,7 @@ export interface QueryFilterJSONPart {
}
export type StandardizedUnitType
= | "fluid ounce"
= | "fluid_ounce"
| "cup"
| "ounce"
| "pound"