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