From 0eac6d298ca31fdf8e8b5c65d9c7e18b85cbcec7 Mon Sep 17 00:00:00 2001 From: GeckoEidechse Date: Tue, 9 May 2023 23:53:48 +0200 Subject: Revert "refactor: Move `check_is_valid_game_path` to `main.rs` (#335)" This reverts commit 1ce900ca2d5cf91ae410c2ec918e1431aa15a677. --- src-tauri/src/github/pull_requests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src-tauri/src/github/pull_requests.rs') diff --git a/src-tauri/src/github/pull_requests.rs b/src-tauri/src/github/pull_requests.rs index 9fb2e1cc..6c605424 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; -- cgit v1.2.3