Change type assertion

This commit is contained in:
vorotamoroz
2026-05-30 23:49:32 +09:00
parent 7189c1c05a
commit f24d110552
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -564,7 +564,7 @@ export class ConfigSync extends LiveSyncCommands {
...data,
documentPath: this.getPath(wx),
files: xFiles,
} as PluginDataExDisplay;
} satisfies PluginDataExDisplay;
}
return false;
}