mirror of
https://github.com/fosrl/pangolin.git
synced 2026-04-05 05:09:09 +00:00
3 lines
99 B
TypeScript
3 lines
99 B
TypeScript
export async function isLicensedOrSubscribed(orgId: string): Promise<boolean> {
|
|
return false;
|
|
} |