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