mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-17 16:24:25 +08:00
format code
This commit is contained in:
@@ -508,7 +508,7 @@ export class TransactionExplorerQuery {
|
||||
}
|
||||
|
||||
public static create(id: string): TransactionExplorerQuery {
|
||||
return new TransactionExplorerQuery(id, "", []);
|
||||
return new TransactionExplorerQuery(id, '', []);
|
||||
}
|
||||
|
||||
public static parse(obj: object): TransactionExplorerQuery | null {
|
||||
|
||||
Reference in New Issue
Block a user