mirror of
https://github.com/yldio/copilot.git
synced 2024-11-28 14:10:04 +02:00
missing semicolon
This commit is contained in:
parent
531c83a944
commit
58d786c099
@ -22,7 +22,7 @@ if (process.env.NODE_ENV !== 'production') {
|
|||||||
const states = {
|
const states = {
|
||||||
all: MockState,
|
all: MockState,
|
||||||
testing: MockStateTesting
|
testing: MockStateTesting
|
||||||
}
|
};
|
||||||
|
|
||||||
const query = qs.parse(window.location.search.replace(/^\?/, ''));
|
const query = qs.parse(window.location.search.replace(/^\?/, ''));
|
||||||
const mockState = states[query.mock || 'testing'];
|
const mockState = states[query.mock || 'testing'];
|
||||||
|
Loading…
Reference in New Issue
Block a user