Skip to content
Snippets Groups Projects
Commit 6a511a7a authored by Nils Brinckmann's avatar Nils Brinckmann
Browse files

Fixed one small linter issue

parent 694cb350
No related branches found
No related tags found
1 merge request!82Restructure frontend
......@@ -64,7 +64,7 @@ export default class PlatformPage extends Vue {
mounted () {
this.initializeAppBar()
this.$api.platforms.findById(this.platformId,{
this.$api.platforms.findById(this.platformId, {
includeContacts: false,
includePlatformAttachments: false
}).then((platform) => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment