Skip unused array members

GitOrigin-RevId: 5ea4dd880505e65fe7545e0c0d4301236ad103e7
This commit is contained in:
Andrew Rumble
2025-05-30 15:53:00 +01:00
committed by Copybot
parent 52280febf6
commit 2c07fa1f77

View File

@@ -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') {