fix: adjusted return from queries in mongodb

This commit is contained in:
Davidson Gomes
2023-12-11 12:08:58 -03:00
parent 9a5dbe055e
commit b8d9a8c072
5 changed files with 65 additions and 12 deletions

View File

@@ -26,7 +26,7 @@ export class SettingsService {
return result;
} catch (error) {
return { reject_call: false, msg_call: '', groups_ignore: false };
return { reject_call: false, msg_call: '', groups_ignore: true };
}
}
}