Skip to content

Commit

Permalink
Merge pull request #1451 from rowyio/fix/buildship-template-change
Browse files Browse the repository at this point in the history
fix buildship template change object
  • Loading branch information
shamsmosowi committed Oct 29, 2023
2 parents ddec45b + 6628165 commit a847aed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/TableModals/ExtensionsModal/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ const extensionBodyTemplate = {
path: ref.path
},
change: {
before: change.before.get(),
after: change.after.get(),
before: change.before.data(),
after: change.after.data(),
},
// Add your own payload here
})
Expand Down

0 comments on commit a847aed

Please sign in to comment.