Skip to content

Commit 40daef5

Browse files
committed
JS lint fix
1 parent a2fd980 commit 40daef5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/app/utils/sitegen/generateHomePages.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import { ACTION_ERROR_STATE_TRIGGERED } from '@/utils/analytics/hiive/constants'
66

77
/**
88
* Generate the home pages for the site.
9+
*
910
* @return {boolean} True if successful, false otherwise.
1011
*/
1112
const generateHomePages = async () => {

src/app/utils/sitegen/generateSiteMeta.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ const setSiteTagline = async ( tagline ) => {
4646

4747
/**
4848
* Generate the site meta for the site.
49+
*
4950
* @return {boolean} True if successful, false otherwise.
5051
*/
5152
const generateSiteMeta = async () => {

0 commit comments

Comments
 (0)