Skip to content

Commit fd331df

Browse files
committed
Do not render relationship_status in match emails
1 parent e4a3e7a commit fd331df

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

backend/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@compass/api",
33
"description": "Backend API endpoints",
4-
"version": "1.0.14",
4+
"version": "1.0.15",
55
"private": true,
66
"scripts": {
77
"watch:serve": "tsx watch src/serve.ts",

common/src/searches.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ const filterLabels: Record<string, string> = {
1313
pref_age_min: "Min age",
1414
drinks_max: "Max drinks",
1515
drinks_min: "Min drinks",
16+
relationship_status: "",
1617
has_kids: "",
1718
wants_kids_strength: "Kids",
1819
is_smoker: "",

0 commit comments

Comments
 (0)