mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-13 15:14:49 -06:00
fix lint
This commit is contained in:
parent
095754d173
commit
3ab75faff7
@ -740,7 +740,7 @@ export class ChannelStartupService {
|
||||
${offset};
|
||||
`;
|
||||
|
||||
if (results && Array.isArray(results) && results.length > 0) {
|
||||
if (results && isArray(results) && results.length > 0) {
|
||||
const mappedResults = results.map((item) => {
|
||||
const lastMessage = item.lastMessageId
|
||||
? {
|
||||
|
Loading…
Reference in New Issue
Block a user