Skip to content

Commit ca6b927

Browse files
committed
removed max results
1 parent bba2cf4 commit ca6b927

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

routers/eafRouter.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ router.get("/get", (req, res) => {
1313
cloudinary.v2.search
1414
.expression("resource_type:image AND folder=eaf_images")
1515
.sort_by("public_id", "desc")
16-
.max_results(30)
1716
.execute()
1817
.then((result) => res.status(201).json(result))
1918
.catch((err) => {

0 commit comments

Comments
 (0)