fix: fix problems in create instance and delete instance files

This commit is contained in:
Davidson Gomes
2023-06-28 13:42:35 -03:00
parent e0bd06489f
commit 1017010e15
17 changed files with 84 additions and 18 deletions

View File

@@ -1,6 +1,6 @@
import { createClient, RedisClientType } from '@redis/client';
import { Logger } from '../config/logger.config';
import { BufferJSON } from '@evolution/base';
import { BufferJSON } from '@whiskeysockets/baileys';
import { Redis } from '../config/env.config';
export class RedisCache {