aboutsummaryrefslogtreecommitdiffstats
path: root/src/api
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2021-10-01 20:42:54 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2021-10-01 21:13:19 +0530
commit11f99ffaac3529b1ef61fa5360923a78ee7ce7d5 (patch)
tree00431d7bec188df401d30ee71daab8eb06456dcf /src/api
parentfix: fix repo name in dev app update config (diff)
downloadferdium-app-11f99ffaac3529b1ef61fa5360923a78ee7ce7d5.tar.gz
ferdium-app-11f99ffaac3529b1ef61fa5360923a78ee7ce7d5.tar.zst
ferdium-app-11f99ffaac3529b1ef61fa5360923a78ee7ce7d5.zip
refactor: move 'asarRecipesPath' into 'asar-helpers'
Diffstat (limited to 'src/api')
-rw-r--r--src/api/server/ServerApi.js2
1 files changed, 1 insertions, 1 deletions
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';
25import { 25import {
26 osArch, 26 osArch,
27 osPlatform, 27 osPlatform,
28 asarRecipesPath,
29 userDataRecipesPath, 28 userDataRecipesPath,
30 userDataPath, 29 userDataPath,
31 ferdiVersion, 30 ferdiVersion,
32} from '../../environment'; 31} from '../../environment';
32import { asarRecipesPath } from '../../helpers/asar-helpers';
33import apiBase from '../apiBase'; 33import apiBase from '../apiBase';
34import { prepareAuthRequest, sendAuthRequest } from '../utils/auth'; 34import { prepareAuthRequest, sendAuthRequest } from '../utils/auth';
35 35