1
0
Fork 0
mirror of synced 2024-06-30 03:50:37 +12:00

Removing unused line.

This commit is contained in:
mike12345567 2020-11-19 17:05:25 +00:00
parent c240274889
commit f5191862d5

View file

@ -50,7 +50,6 @@ export const getFrontendStore = () => {
return state
})
const screens = await api.get("/api/screens").then(r => r.json())
const routing = await api.get("/api/routing").then(r => r.json())
const mainScreens = screens.filter(screen =>
screen._id.includes(pkg.pages.main._id)