Skip to content

Commit 0ccff22

Browse files
committed
fix redis import in rank command
1 parent 7de2b4d commit 0ccff22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/bot/commands/rank.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import type { Command, MMRHistory } from '@lib/bot/types.js'
2-
import redisClient from '@lib/utils/redis'
2+
import redisClient from '@lib/utils/redis.js'
33

44
const DEADLOCK_RANKS = new Map<number, string>([
55
[0, 'Obscurus'],

0 commit comments

Comments
 (0)