1
0
mirror of https://github.com/yldio/copilot.git synced 2024-09-21 05:43:52 +03:00

missing semicolon

This commit is contained in:
Sérgio Ramos 2017-03-22 17:10:10 +00:00
parent 531c83a944
commit 58d786c099

View File

@ -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'];