From 11f99ffaac3529b1ef61fa5360923a78ee7ce7d5 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Fri, 1 Oct 2021 20:42:54 +0530 Subject: refactor: move 'asarRecipesPath' into 'asar-helpers' --- src/api/server/ServerApi.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/api/server') diff --git a/src/api/server/ServerApi.js b/src/api/server/ServerApi.js index ef3d51796..fb0d64dc3 100644 --- a/src/api/server/ServerApi.js +++ b/src/api/server/ServerApi.js @@ -25,11 +25,11 @@ import { SERVER_NOT_LOADED } from '../../config'; import { osArch, osPlatform, - asarRecipesPath, userDataRecipesPath, userDataPath, ferdiVersion, } from '../../environment'; +import { asarRecipesPath } from '../../helpers/asar-helpers'; import apiBase from '../apiBase'; import { prepareAuthRequest, sendAuthRequest } from '../utils/auth'; -- cgit v1.2.3-54-g00ecf