echo-dimigo/echo-front

View on GitHub
src/api/dimigoin/ingang.js

Summary

Maintainability
A
40 mins
Test Coverage

Showing 1 of 1 total issue

Similar blocks of code found in 2 locations. Consider refactoring.
Open

async getTodayIngangRooms () {
let { ingangs } = await deliverier(() => axios.get('/ingang'))
return ingangs.map(Ingang)
},
Severity: Minor
Found in src/api/dimigoin/ingang.js and 1 other location - About 40 mins to fix
src/api/dimigoin/afterschool.js on lines 6..9
Category
Status