mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-27 15:47:45 -06:00
lint
This commit is contained in:
@@ -39,7 +39,6 @@ export async function useMultiFileAuthStateRedisDb(
|
||||
|
||||
async function removeCreds(): Promise<any> {
|
||||
try {
|
||||
|
||||
logger.warn({ action: 'redis.delete', instanceName });
|
||||
|
||||
return await cache.delete(instanceName);
|
||||
@@ -89,6 +88,6 @@ export async function useMultiFileAuthStateRedisDb(
|
||||
return await writeData(creds, 'creds');
|
||||
},
|
||||
|
||||
removeCreds
|
||||
removeCreds,
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user