incorrect query key

This commit is contained in:
2023-01-25 17:57:19 +10:00
parent 0b6c63d773
commit e0c3d04389

View File

@@ -98,7 +98,7 @@ const handleLoad = async () => {
if (
Object.keys(query).length == 1 &&
Object.keys(query)[0] == "length"
Object.keys(query)[0] == "limit"
) {
query["end_at"] = ">" + timestampNowUtc();
}