Skip to content

Commit 48d2ed6

Browse files
committed
lint fix
1 parent 9b90302 commit 48d2ed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OnboardingSPA/utils/api/siteGen.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export async function publishSitemapPages( siteDescription, locale ) {
8989
method: 'POST',
9090
data: {
9191
site_description: siteDescription,
92-
locale: locale
92+
locale,
9393
},
9494
} ).then()
9595
);

0 commit comments

Comments
 (0)