mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-16 07:57:33 +08:00
code refactor
This commit is contained in:
@@ -149,7 +149,7 @@ export class TransactionAmountsRequest {
|
||||
public readonly useTransactionTimezone: boolean;
|
||||
public readonly query: string;
|
||||
|
||||
constructor(useTransactionTimezone: boolean, query: string) {
|
||||
public constructor(useTransactionTimezone: boolean, query: string) {
|
||||
this.useTransactionTimezone = useTransactionTimezone;
|
||||
this.query = query;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user