fix(ci): Fix lint errors thrown in CI
This commit is contained in:
committed by
mrugesh mohapatra
parent
3f25ed051d
commit
c0104faa38
@@ -1,6 +1,6 @@
|
||||
import axios from 'axios';
|
||||
|
||||
const base = `/internal`;
|
||||
const base = '/internal';
|
||||
|
||||
function get(path) {
|
||||
return axios.get(`${base}${path}`);
|
||||
@@ -46,7 +46,6 @@ export function getArticleById(shortId) {
|
||||
|
||||
/** POST **/
|
||||
|
||||
|
||||
export function postReportUser(body) {
|
||||
return post('/user/report-user', body);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user