refactor phase 3 targeted actions imports
This commit is contained in:
@@ -25,7 +25,8 @@
|
||||
* description: Failed
|
||||
*/
|
||||
|
||||
import { consoleLogger, getPreferredLanguage } from "../../../actions";
|
||||
import { consoleLogger } from "../../../actions/core/logger";
|
||||
import { getPreferredLanguage } from "../../../actions/services/accountService";
|
||||
|
||||
export default async function ApiProxy(req, res) {
|
||||
var data = req.body;
|
||||
|
||||
Reference in New Issue
Block a user