Merge pull request #16179 from overleaf/rd-remove-survey

[web] Tear down onboarding survey 2022

GitOrigin-RevId: ae2e7bf833424fe2bff9f82e4c3f264f42a1b27d
This commit is contained in:
Rebeka Dekany 2024-01-08 17:00:19 +01:00 committed by Copybot
parent 51de84664d
commit 64c512250d

View file

@ -195,7 +195,6 @@ const UserSchema = new Schema(
onboardingEmailSentAt: { type: Date },
splitTests: Schema.Types.Mixed,
analyticsId: { type: String },
surveyResponses: Schema.Types.Mixed,
completedTutorials: Schema.Types.Mixed,
},
{ minimize: false }