echo-dimigo/echo-front

View on GitHub
src/api/post/user.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 getPostById (idx) {
const { data: post } = await axios.get(`/echo/post/${idx}`)
return Post(post)
},
Severity: Minor
Found in src/api/post/user.js and 1 other location - About 40 mins to fix
src/api/tag/user.js on lines 10..13

There are no issues that match your filters.

Category
Status