Skip to content

Commit d2e1082

Browse files
committed
doc: cleanup
1 parent 94322eb commit d2e1082

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ const loginEndpoint = 'https://api-admin-login-endpoint.com';
2727

2828
const CheckForNetworkStatusCodeAnd = () => {
2929
const { networkStatusCode, clearStatus } = useNetworkStatus({
30-
baseURLs: [authUserEndpoint, authAdminEndpoint] // accepts an array of urls through the baseURLs properties,
31-
excludingURLs : [loginEndpoint] //specifies the endpoint that matches one of the baseURLs but shouldn't be tracked
30+
baseURLs: [authUserEndpoint, authAdminEndpoint], // accepts an array of urls through the baseURLs properties,
31+
excludingURLs: [loginEndpoint] //specifies the endpoint that matches one of the baseURLs but shouldn't be tracked
3232
});
3333

3434
if (

0 commit comments

Comments
 (0)