rename timeColors to alerts to better describe the alert logic file

This commit is contained in:
calli
2025-04-30 17:57:52 +03:00
parent e085fcd59b
commit cbef0fd39b
5 changed files with 4 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ import {
} from "@/types";
import { Api } from "@/esi-api";
import { EXTRACTOR_TYPE_IDS, FACTORY_IDS, PI_SCHEMATICS } from "@/const";
import { extractorsHaveExpired } from "./app/components/PlanetaryInteraction/timeColors";
import { extractorsHaveExpired } from "./app/components/PlanetaryInteraction/alerts";
export const getPlanets = async (character: AccessToken): Promise<Planet[]> => {
const api = new Api();