diff --git a/interface/src/project/types.ts b/interface/src/project/types.ts index b5f3a9497..2da66b4a3 100644 --- a/interface/src/project/types.ts +++ b/interface/src/project/types.ts @@ -201,8 +201,8 @@ export const DeviceValueUOM_s = [ '°F', 'mV', 'sqm', - "m3", - "l" + 'm3', + 'l' ]; export enum AnalogType { @@ -231,7 +231,6 @@ export const AnalogTypeNames = [ 'PWM 2' ]; - type BoardProfiles = { [name: string]: string; };