mirror of
https://github.com/yldio/copilot.git
synced 2024-11-13 06:40:06 +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 = {
|
||||
all: MockState,
|
||||
testing: MockStateTesting
|
||||
}
|
||||
};
|
||||
|
||||
const query = qs.parse(window.location.search.replace(/^\?/, ''));
|
||||
const mockState = states[query.mock || 'testing'];
|
||||
|
Loading…
Reference in New Issue
Block a user