modify method name

This commit is contained in:
MaysWind
2023-08-20 19:43:22 +08:00
parent fc9ac4c40e
commit f9643f8651
5 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -345,7 +345,7 @@ export function arrayContainsFieldValue(array, fieldName, value) {
return false;
}
export function categoriedArrayToPlainArray(object) {
export function categorizedArrayToPlainArray(object) {
const ret = [];
for (let field in object) {