📦 EqualifyEverything / equalify

📄 getAuditTable.ts · 6 lines
1
2
3
4
5
6import { getAuditTable as getAuditTableAuth } from "../auth"

export const getAuditTable = async() => {
    const response = await getAuditTableAuth();
    return response;
}