Merge pull request #6234 from overleaf/jpa-web-owns-spelling-preferences

[misc] move ownership of spellingPreferences collection to web

GitOrigin-RevId: f2584a1119a578c3df15371c6798923a4f2d15ae
This commit is contained in:
Jakob Ackermann
2022-01-07 09:03:11 +00:00
committed by Copybot
parent 9207a42571
commit 2465a32451
18 changed files with 92 additions and 726 deletions
@@ -194,7 +194,7 @@ describe('ProjectController', function () {
},
'../Helpers/NewLogsUI': this.NewLogsUIHelper,
'../Spelling/SpellingHandler': {
getUserDictionaryWithRetries: sinon.stub().yields(null, []),
getUserDictionary: sinon.stub().yields(null, []),
},
},
})