We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42acd9b commit 9b451beCopy full SHA for 9b451be
module/helpers/foundry-utils.mjs
@@ -375,7 +375,7 @@ export default class FoundryUtils {
375
/** @type ItemMigrationAction[] **/
376
const updates = [];
377
for (const item of items) {
378
- if (item.system.fuid) {
+ if (item.system.fuid && item.system.fuid !== '') {
379
const compendiumEntry = await CompendiumIndex.instance.getItemByFuid(item.system.fuid);
380
if (!compendiumEntry) {
381
continue;
0 commit comments