mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-15 23:47:33 +08:00
modify method name
This commit is contained in:
@@ -275,7 +275,7 @@ export class KnownDateTimeFormat {
|
||||
return result.length > 0 ? result : undefined;
|
||||
}
|
||||
|
||||
public static detectMany(dateTimes: string[]): KnownDateTimeFormat[] | undefined {
|
||||
public static detectMulti(dateTimes: string[]): KnownDateTimeFormat[] | undefined {
|
||||
const detectedCounts: Record<string, number> = {};
|
||||
|
||||
for (const dateTime of dateTimes) {
|
||||
|
||||
Reference in New Issue
Block a user