Fix linting.

This commit is contained in:
elweyn 2023-06-08 09:49:42 +02:00
parent 5b40122b0e
commit 866079d307

View File

@ -41,10 +41,10 @@ export default {
}), }),
}, },
data() { data() {
return { return {
contribution: { contribution: {
postType: ['Article'], postType: ['Article'],
} },
} }
}, },
async asyncData(context) { async asyncData(context) {