|
@@ -172,6 +172,7 @@ export async function createWorkingGroupOpeningMetadata(
|
|
|
expectedEndingTimestamp,
|
|
|
hiringLimit,
|
|
|
shortDescription,
|
|
|
+ title,
|
|
|
} = metadata
|
|
|
|
|
|
const openingMetadata = new WorkingGroupOpeningMetadata({
|
|
@@ -179,6 +180,7 @@ export async function createWorkingGroupOpeningMetadata(
|
|
|
updatedAt: eventTime,
|
|
|
originallyValid,
|
|
|
applicationDetails: applicationDetails || undefined,
|
|
|
+ title: title || undefined,
|
|
|
description: description || undefined,
|
|
|
shortDescription: shortDescription || undefined,
|
|
|
hiringLimit: hiringLimit || undefined,
|