Skip to content

Commit 1d92e2e

Browse files
committed
Lint fix
1 parent 1202e0a commit 1d92e2e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/routes/form.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ describe('Forms route', () => {
182182
jest.mocked(getSavedLinkDetails).mockImplementationOnce(() => {
183183
const boomError = Boom.resourceGone('consumed magic link')
184184
boomError.output.payload = {
185+
...boomError.output.payload,
185186
latestId: 'latest-link-id'
186187
}
187188
throw boomError

0 commit comments

Comments
 (0)