mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-08 08:12:17 +01:00
4 lines
58 B
TypeScript
4 lines
58 B
TypeScript
export function isBillingActivated() {
|
|
return true;
|
|
}
|