📦 EqualifyEverything / equalify

📄 getBlockerUrls.ts · 7 lines
1
2
3
4
5
6
7import { getBlockerUrls as getBlockerUrlsAuth } from "../auth"

export const getBlockerUrls = async () => {
    const response = await getBlockerUrlsAuth();
    return response;
}