···237237 /*dont await*/ agent.upsertProfile(_existing => {
238238 return {
239239 displayName: '',
240240+241241+ // HACKFIX
242242+ // creating a bunch of identical profile objects is breaking the relay
243243+ // tossing this unspecced field onto it to reduce the size of the problem
244244+ // -prf
245245+ createdAt: new Date().toISOString(),
240246 }
241247 })
242248 }