mirror of
https://gitea.gofwd.group/dstrawsb/ballistic-builder.git
synced 2025-12-06 02:36:44 -05:00
more fises
This commit is contained in:
@@ -26,7 +26,7 @@ export async function getLowerBuildKits(page = 1) {
|
||||
}
|
||||
|
||||
export async function getARCompleteLowers(page = 1) {
|
||||
const limit = 40;
|
||||
const limit = 240;
|
||||
const offset = (page - 1) * limit;
|
||||
|
||||
return await db.select()
|
||||
@@ -39,7 +39,7 @@ export async function getARCompleteLowers(page = 1) {
|
||||
export async function getProductType(productType : any, page = 1) {
|
||||
const limit = 40;
|
||||
const offset = (page - 1) * limit;
|
||||
|
||||
await new Promise((resolve) => setTimeout(resolve,1000));
|
||||
return await db.select()
|
||||
.from(psa)
|
||||
.limit(limit)
|
||||
|
||||
Reference in New Issue
Block a user