mirror of
https://github.com/freedbygrace/ActiveDirectoryManager.git
synced 2026-08-20 15:23:15 +00:00
Add count functionality to LDAP queries
Replit-Commit-Author: Agent Replit-Commit-Session-Id: 705f2157-ef97-4fbd-89e4-8c7f2ecaea90 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/7ed01c5f-a82d-405a-b728-b2e3d127c60c/9377e0b0-a391-4d1a-b0e8-55636823bd96.jpg
This commit is contained in:
+1
-1
@@ -34,7 +34,7 @@ import {
|
|||||||
parseFilter,
|
parseFilter,
|
||||||
parsePagination
|
parsePagination
|
||||||
} from "./query-parser";
|
} from "./query-parser";
|
||||||
import { eq, sql } from "drizzle-orm";
|
import { eq, sql, count } from "drizzle-orm";
|
||||||
import { v4 as uuidv4 } from "uuid";
|
import { v4 as uuidv4 } from "uuid";
|
||||||
|
|
||||||
// Extend Express Request to include user property
|
// Extend Express Request to include user property
|
||||||
|
|||||||
Reference in New Issue
Block a user