Skip to content

Commit

Permalink
fix broken import
Browse files Browse the repository at this point in the history
  • Loading branch information
vgantchev committed Nov 6, 2024
1 parent 0107a08 commit ca3e251
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion variables.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import path from "path";
import { fileURLToPath } from "url";
import { cacheHydradxUiV2StatsVolumeJob } from "./jobs/cache_hydradx-ui_v2_stats_volume_job.mjs";

export const IS_DOCKER_RUN = process.env.DOCKER_RUN !== undefined;
export const IS_GOOGLE_CLOUD_RUN = process.env.K_SERVICE !== undefined;
Expand Down

0 comments on commit ca3e251

Please sign in to comment.