Skip to content

Commit 655f901

Browse files
committed
fix lint error
1 parent e855dc8 commit 655f901

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helpers/siteStartPage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module.exports = ({
44
data: {
55
root: {
6-
contentCatalog = { getSiteStartPage() {} },
6+
contentCatalog = { getSiteStartPage () {} },
77
},
88
},
99
}) => contentCatalog.getSiteStartPage()

0 commit comments

Comments
 (0)