Skip to content

Commit

Permalink
Merge pull request #96 from Mickhat/oli-fix-wrong-import
Browse files Browse the repository at this point in the history
Fix wrong import
  • Loading branch information
oglimmer committed Mar 14, 2024
2 parents 122810b + 48fa639 commit 75cd1f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/elite-early-bird.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 75cd1f6

Please sign in to comment.