mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #16179 from overleaf/rd-remove-survey
[web] Tear down onboarding survey 2022 GitOrigin-RevId: ae2e7bf833424fe2bff9f82e4c3f264f42a1b27d
This commit is contained in:
parent
51de84664d
commit
64c512250d
1 changed files with 0 additions and 1 deletions
|
@ -195,7 +195,6 @@ const UserSchema = new Schema(
|
||||||
onboardingEmailSentAt: { type: Date },
|
onboardingEmailSentAt: { type: Date },
|
||||||
splitTests: Schema.Types.Mixed,
|
splitTests: Schema.Types.Mixed,
|
||||||
analyticsId: { type: String },
|
analyticsId: { type: String },
|
||||||
surveyResponses: Schema.Types.Mixed,
|
|
||||||
completedTutorials: Schema.Types.Mixed,
|
completedTutorials: Schema.Types.Mixed,
|
||||||
},
|
},
|
||||||
{ minimize: false }
|
{ minimize: false }
|
||||||
|
|
Loading…
Reference in a new issue