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