fix: operator bug

This commit is contained in:
minkik 2023-05-18 10:35:24 +09:00 committed by Joseph Lee
parent ed29fc08e8
commit 555e5afd15
7 changed files with 9 additions and 7 deletions

View file

@ -90,7 +90,7 @@ async function relationalQuery(
],
},
{
lte: [
$lte: [
'$created_at',
{
$dateFromString: {

View file

@ -105,7 +105,7 @@ async function relationalQuery(
],
},
{
lte: [
$lte: [
'$created_at',
{
$dateFromString: {