Code formatting

This commit is contained in:
Joel Collins 2020-10-28 17:29:37 +00:00
parent 279cc03193
commit 7f53ff21a8

View file

@ -72,7 +72,7 @@ export default {
axios axios
.put(this.stageTypeUri, this.stageType, { .put(this.stageTypeUri, this.stageType, {
headers: { headers: {
'Content-Type': 'application/json', "Content-Type": "application/json"
} }
}) })
.then(response => { .then(response => {