Other areas of the AE SvelteKit primary routes.
This commit is contained in:
@@ -27,7 +27,9 @@ export async function load({ params, parent, url }) {
|
||||
|
||||
const qry_limit = parseInt(url.searchParams.get('limit') ?? '19');
|
||||
if (!qry_limit) {
|
||||
console.log(`qry_limit +page.ts: The qry_limit was not found in the params!!!`);
|
||||
console.log(
|
||||
`qry_limit +page.ts: The qry_limit was not found in the params!!!`
|
||||
);
|
||||
}
|
||||
ae_acct.slct.qry_limit = qry_limit;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user