mirror of
https://github.com/calli-eve/eve-pi.git
synced 2026-02-14 03:38:49 +01:00
rename timeColors to alerts to better describe the alert logic file
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user