mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 04:40:32 +00:00
fix: fix system models with createdAt and updatedAt fields. fix: reset password token expiration time.
8 lines
149 B
TypeScript
8 lines
149 B
TypeScript
|
|
|
|
export default class NotAllowedChangeSubscriptionPlan {
|
|
|
|
constructor(message: string) {
|
|
this.name = "NotAllowedChangeSubscriptionPlan";
|
|
}
|
|
} |