Browse Source

chore: updates README.md

e22m4u 2 years ago
parent
commit
75df9343c8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      README.md

+ 1 - 0
README.md

@@ -70,6 +70,7 @@ const cities = await cityRep.find({
   include: 'country', // включить "country" в результат
   include: 'country', // включить "country" в результат
 });
 });
 
 
+console.log(cities);
 // [
 // [
 //   {
 //   {
 //     "id": 24,
 //     "id": 24,