style: format
This commit is contained in:
parent
23ddc68ade
commit
e95168bbf0
@ -21,7 +21,7 @@ const {
|
||||
SDC_URL,
|
||||
BASE_URL = `http://0.0.0.0:${PORT}`,
|
||||
ROLLBAR_SERVER_TOKEN,
|
||||
NODE_ENV = 'development',
|
||||
NODE_ENV = 'development'
|
||||
// CONSOLE = 'my-joy-instances'
|
||||
} = process.env;
|
||||
|
||||
|
@ -281,7 +281,7 @@ export default compose(
|
||||
|
||||
const patterns = {
|
||||
equalling: value => value,
|
||||
starting: value => `/^${value}/`,
|
||||
starting: value => `/^${value}/`
|
||||
};
|
||||
|
||||
const _name = identity === 'name' ? 'instance' : name;
|
||||
|
Loading…
Reference in New Issue
Block a user