Skip to content

Commit

Permalink
Remove area from unit.unitType in Unit.js
Browse files Browse the repository at this point in the history
  • Loading branch information
EBoyd3443 committed Dec 2, 2024
1 parent 196c19a commit 580cfd9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/server/models/Unit.js
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,7 @@ class Unit {
Unit.unitType = Object.freeze({
UNIT: 'unit',
METER: 'meter',
SUFFIX: 'suffix',
AREA: 'area'
SUFFIX: 'suffix'
});

Unit.displayableType = Object.freeze({
Expand Down

0 comments on commit 580cfd9

Please sign in to comment.