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