Skip to content

Commit 5e5a64a

Browse files
committed
js lint fix
1 parent bc2df1a commit 5e5a64a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OnboardingSPA/utils/api/buildRequestUrl.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const buildRequestUrl = ( endpoint ) => {
1515
const apiRoot = wpApiSettings.root || '/wp-json/';
1616

1717
// Build the full API URL
18-
return `${apiRoot}newfold-onboarding/v1/${endpoint}`;
18+
return `${ apiRoot }newfold-onboarding/v1/${ endpoint }`;
1919
};
2020

2121
export default buildRequestUrl;

0 commit comments

Comments
 (0)