Skip to content

Commit 10000e9

Browse files
committed
fix: fix prop closing brace indentation in Validation
Signed-off-by: Vitor Mattos <[email protected]>
1 parent 818be47 commit 10000e9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/views/Validation.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ export default {
286286
await axios.postForm(generateOcsUrl('/apps/libresign/api/v1/file/validate'), formData, {
287287
headers: {
288288
'Content-Type': 'multipart/form-data',
289-
},
289+
},
290290
})
291291
.then(({ data }) => {
292292
this.clickedValidate = true
@@ -595,7 +595,7 @@ export default {
595595
params: {
596596
...this.$route.params,
597597
uuid: data.uuid,
598-
},
598+
},
599599
query: this.$route.query,
600600
})
601601
}

0 commit comments

Comments
 (0)