Skip to content

Commit ca94ec2

Browse files
authored
✨ tweak: reorder imports
1 parent 3af8f52 commit ca94ec2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/config/redis.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
import { createClient, RedisClientType } from 'redis';
1+
import { createClient } from 'redis';
2+
import type { RedisClientType } from 'redis';
23
import { LogEngine } from '@wgtechlabs/log-engine';
34

45
// Simple Redis configuration

0 commit comments

Comments
 (0)