Added missing semicolon
This commit is contained in:
parent
7276a4e489
commit
eaed316450
|
@ -276,7 +276,7 @@ export const withRestApi = {
|
|||
getSystemEnvironment: async () => {
|
||||
const response = await client.get( systemStatusEndpoint );
|
||||
if ( response.data.environment ) {
|
||||
return response.data.environment
|
||||
return response.data.environment;
|
||||
} else {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue