Merge pull request #2522 from overleaf/sk-set-last-updated-by-on-creation
Set lastUpdatedBy when a project is created GitOrigin-RevId: ed3a7379b538cc40932f61fc17a926e00eb2abdb
This commit is contained in:
committed by
Copybot
parent
0970ddbd6c
commit
7ce322758b
@@ -110,6 +110,7 @@ describe('ProjectCreationHandler', function() {
|
||||
}
|
||||
project.name.should.equal(projectName)
|
||||
expect(project.owner_ref + '').to.equal(ownerId)
|
||||
expect(project.lastUpdatedBy + '').to.equal(ownerId)
|
||||
done()
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user