mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-01 08:16:44 +00:00
Basic billing page is working
This commit is contained in:
3
server/lib/isSubscribed.ts
Normal file
3
server/lib/isSubscribed.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export async function isSubscribed(orgId: string): Promise<boolean> {
|
||||
return false;
|
||||
}
|
||||
Reference in New Issue
Block a user