Skip to content
This repository has been archived by the owner on Nov 11, 2021. It is now read-only.

Commit

Permalink
Fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasK33 committed Feb 5, 2021
1 parent ab48446 commit 544e66f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/fsm/src/processors/stateChange.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import {
} from "@shared/events/gameEvents";
import { EUnitKeyword } from "@shared/assets/keyword_mappings";
import { synergies } from "@shared/synergies";
import { currentSeason } from "../../../shared/src/season";
import { currentSeason } from "@shared/season";

const { STATS_EVENTS_GENERATION_ENABLED = "true" } = process.env;

Expand Down

0 comments on commit 544e66f

Please sign in to comment.