Remove data migration stuff that doesn't need to exist

This commit is contained in:
Oliver-Akins 2024-02-03 17:50:01 -07:00
parent 46555ec807
commit 1bc141d91a
3 changed files with 2 additions and 16 deletions

View file

@ -1,10 +1 @@
import { ItemHandler } from "./Handler.mjs";
/** @this {ItemHandler} */
async function migrateSystemData() {
this.system
};
export default {
migrateSystemData,
};
export default {};