From 48fa639b14633a6219b07aefb63e533481010569 Mon Sep 17 00:00:00 2001 From: Oli Zimpasser Date: Thu, 14 Mar 2024 21:28:20 +0100 Subject: [PATCH] Fix wrong import --- src/commands/elite-early-bird.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/elite-early-bird.ts b/src/commands/elite-early-bird.ts index 5620541..c964ff6 100644 --- a/src/commands/elite-early-bird.ts +++ b/src/commands/elite-early-bird.ts @@ -3,7 +3,7 @@ import { CommandInteraction, EmbedBuilder, SlashCommandBuilder } from 'discord.j import LogManager from '../logger/logger' import { EliteGameDataStorage } from '../service/eliteGameDataStorage' import { getTodayAsDate } from '../service/promotionService' -import { calcValidFrom, parse } from 'src/service/eliteEarlyBirdService' +import { calcValidFrom, parse } from '../service/eliteEarlyBirdService' export default { data: new SlashCommandBuilder()