This commit is contained in:
fyears 2022-02-21 09:38:09 +08:00
parent 9007dcf22e
commit f9712ef960

View File

@ -300,7 +300,7 @@ const ensembleMixedStates = async (
const key = entry.key;
const r = {
key: key,
deltimeLocal: entry.actionWhen,
deltimeRemote: entry.actionWhen,
} as FileOrFolderMixedState;
if (results.hasOwnProperty(key)) {