's'
This commit is contained in:
@@ -13,7 +13,7 @@ export async function GET() {
|
||||
const base = pb.url.replace(/\/$/, "");
|
||||
|
||||
try {
|
||||
const filter = encodeURIComponent('is_volunteer=true');
|
||||
const filter = encodeURIComponent('is_volunteer=true && is_approved=true');
|
||||
const res = await fetch(
|
||||
`${base}/api/collections/${pb.joinCollection}/records?filter=${filter}&sort=-created&perPage=20`,
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user