Merge pull request #29530 from overleaf/revert-29472-mfb-from-joi-to-zod-real-time

Revert "Mfb from joi to zod real time"

GitOrigin-RevId: 3bb8b01c692083c1b15d8a53066c01f0ec7af8f6
This commit is contained in:
Brian Gough
2025-11-05 11:29:52 +00:00
committed by Copybot
parent da91e15aa0
commit d10cdb96b3
7 changed files with 30 additions and 28 deletions

View File

@@ -328,7 +328,7 @@ describe('joinDoc', function () {
})
it('should return an invalid id error', function () {
this.error.message.should.equal('invalid Mongo ObjectId')
this.error.message.should.equal('invalid id')
})
return it('should not have joined the doc room', function (done) {