Skip to content

Commit

Permalink
fix(mirage): fix broken delete actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Thuan Vo committed Aug 24, 2023
1 parent 3ab6fa2 commit 81fd488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mirage/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ export const startMirage = ({ environment = 'development' } = {}) => {
},
message: {
recording: {
...recording.models[0].attrs,
...recording.attrs,
},
target: request.params.targetId,
},
Expand Down

0 comments on commit 81fd488

Please sign in to comment.