fix asexual orientation id
This commit is contained in:
parent
9b973d65a7
commit
ae1303b0c7
|
@ -68,7 +68,7 @@ export enum Orientation {
|
||||||
Straight = 4,
|
Straight = 4,
|
||||||
Gay = 5,
|
Gay = 5,
|
||||||
Bisexual = 6,
|
Bisexual = 6,
|
||||||
Asexual = 7,
|
Asexual = 58,
|
||||||
Unsure = 59,
|
Unsure = 59,
|
||||||
BiMalePreference = 89,
|
BiMalePreference = 89,
|
||||||
BiFemalePreference = 90,
|
BiFemalePreference = 90,
|
||||||
|
|
Loading…
Reference in New Issue