Browse Source

Keep the title consistent with other string fields

Theophile Sandoz 3 years ago
parent
commit
f5cf71709b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      query-node/mappings/src/workingGroups.ts

+ 1 - 1
query-node/mappings/src/workingGroups.ts

@@ -183,7 +183,7 @@ export async function createWorkingGroupOpeningMetadata(
     updatedAt: eventTime,
     originallyValid,
     applicationDetails: applicationDetails || undefined,
-    title: title ?? undefined,
+    title: title || undefined,
     description: description || undefined,
     shortDescription: shortDescription || undefined,
     hiringLimit: hiringLimit || undefined,