mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Skip unused array members
GitOrigin-RevId: 5ea4dd880505e65fe7545e0c0d4301236ad103e7
This commit is contained in:
@@ -617,7 +617,7 @@ describe('<ShareProjectModal/>', function () {
|
||||
|
||||
fetchMock.post(
|
||||
'express:/project/:projectId/invite',
|
||||
({ args: [url, req] }) => {
|
||||
({ args: [, req] }) => {
|
||||
const data = JSON.parse(req.body)
|
||||
|
||||
if (data.email === 'a@b.c') {
|
||||
|
||||
Reference in New Issue
Block a user