📦 EqualifyEverything / equalify

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

export const getAuditChart = async() => {
    const response = await getAuditChartAuth();
    return response;
}