aboutsummaryrefslogtreecommitdiff
path: root/src-tauri/src/github/pull_requests.rs
diff options
context:
space:
mode:
authorGeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com>2023-05-09 23:32:37 +0200
committerGitHub <noreply@github.com>2023-05-09 23:32:37 +0200
commit1ce900ca2d5cf91ae410c2ec918e1431aa15a677 (patch)
tree56f06a83fd9b86c3500f74b4d42ae57e4a008f39 /src-tauri/src/github/pull_requests.rs
parentdce4c5a3768f41eff6be2632c2c21fb5dccb953f (diff)
downloadFlightCore-1ce900ca2d5cf91ae410c2ec918e1431aa15a677.tar.gz
FlightCore-1ce900ca2d5cf91ae410c2ec918e1431aa15a677.zip
refactor: Move `check_is_valid_game_path` to `main.rs` (#335)
Part of #329
Diffstat (limited to 'src-tauri/src/github/pull_requests.rs')
-rw-r--r--src-tauri/src/github/pull_requests.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src-tauri/src/github/pull_requests.rs b/src-tauri/src/github/pull_requests.rs
index 6c605424..9fb2e1cc 100644
--- a/src-tauri/src/github/pull_requests.rs
+++ b/src-tauri/src/github/pull_requests.rs
@@ -1,7 +1,7 @@
use crate::github::release_notes::fetch_github_releases_api;
+use crate::check_is_valid_game_path;
use anyhow::anyhow;
-use app::check_is_valid_game_path;
use app::constants::{APP_USER_AGENT, PULLS_API_ENDPOINT_LAUNCHER, PULLS_API_ENDPOINT_MODS};
use serde::{Deserialize, Serialize};
use std::fs::File;