Formatting error

This commit is contained in:
Mr. Stallion 2022-08-08 17:15:43 -07:00
parent 7fddc56044
commit c27ee8be41
1 changed files with 1 additions and 1 deletions

View File

@ -731,7 +731,7 @@ export class Matcher {
const bodyTypePreference = Matcher.getKinkPreference(this.you, bodyTypeKinkMapping[theirBodyType]);
if (bodyTypePreference !== null) {
return Matcher.formatKinkScore(bodyTypePreference, `{BodyType[theirBodyType].toLowerCase()}s`);
return Matcher.formatKinkScore(bodyTypePreference, `${BodyType[theirBodyType].toLowerCase()}s`);
}
}