Code formatting

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

View file

@ -70,9 +70,9 @@ export default {
setStageType: function() { setStageType: function() {
console.log("Setting stage type"); console.log("Setting stage type");
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 => {