We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 83c9b8a + 291d569 commit 326592bCopy full SHA for 326592b
packages/velog-server/src/lib/discord/DiscordService.ts
@@ -1,8 +1,8 @@
1
import { container, injectable, singleton } from 'tsyringe'
2
import { Client, GatewayIntentBits } from 'discord.js'
3
import { ENV } from '@env'
4
-import { RedisService } from '@lib/redis/RedisService'
5
-import { Time } from '@constants/TimeConstants'
+import { RedisService } from '@lib/redis/RedisService.js'
+import { Time } from '@constants/TimeConstants.js'
6
7
@injectable()
8
@singleton()
0 commit comments