Skip to content

Commit 326592b

Browse files
committed
Merge branch 'development'
2 parents 83c9b8a + 291d569 commit 326592b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: packages/velog-server/src/lib/discord/DiscordService.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import { container, injectable, singleton } from 'tsyringe'
22
import { Client, GatewayIntentBits } from 'discord.js'
33
import { ENV } from '@env'
4-
import { RedisService } from '@lib/redis/RedisService'
5-
import { Time } from '@constants/TimeConstants'
4+
import { RedisService } from '@lib/redis/RedisService.js'
5+
import { Time } from '@constants/TimeConstants.js'
66

77
@injectable()
88
@singleton()

0 commit comments

Comments
 (0)