Skip to content

Commit

Permalink
Syntax Error Fix (#2048)
Browse files Browse the repository at this point in the history
  • Loading branch information
cameron-eyds authored Oct 24, 2024
1 parent 4c5bc6e commit 3d59dbf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ppr-ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ppr-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ppr-ui",
"version": "3.2.68",
"version": "3.2.69",
"private": true,
"appName": "Assets UI",
"sbcName": "SBC Common Components",
Expand Down
3 changes: 2 additions & 1 deletion ppr-ui/src/composables/mhrInformation/useMhrInformation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ export const useMhrInformation = () => {
getMhrTransferDocumentId,
getMhrTransferType,
getLienRegistrationType,
getMhrRegistrationLocation
getMhrRegistrationLocation,
getMhrGenerateDocId
} = storeToRefs(useStore())

const {
Expand Down

0 comments on commit 3d59dbf

Please sign in to comment.