update teachers,
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { COL_TEACHERS } from '@/constants';
|
||||
import { COL_TEACHERS, COL_USER_METAS } from '@/constants';
|
||||
import { pb } from '@/lib/pb';
|
||||
|
||||
export default async function GetActiveCount(): Promise<number> {
|
||||
const { totalItems: count } = await pb.collection(COL_TEACHERS).getList(1, 1, {
|
||||
const { totalItems: count } = await pb.collection(COL_USER_METAS).getList(1, 1, {
|
||||
filter: 'status = "active"',
|
||||
});
|
||||
return count;
|
||||
|
Reference in New Issue
Block a user