Fixed some types not being found and some errors Identified by typescript

This commit is contained in:
Thaum Rystra
2024-03-26 16:37:03 +02:00
parent a3ea5e1408
commit 1614e655c5
12 changed files with 2054 additions and 605 deletions

View File

@@ -1,7 +1,7 @@
import { slice } from 'lodash';
import PER_CREATURE_LOG_LIMIT from '/imports/api/creature/log/CreatureLogs';
import { PER_CREATURE_LOG_LIMIT } from '/imports/api/creature/log/CreatureLogs';
export default function verifyArchiveSafety({ meta, creature, properties, experiences, logs }) {
export default function verifyArchiveSafety({ creature, properties, experiences, logs }) {
const creatureId = creature._id;
// Check lengths of arrays

View File

@@ -1,4 +1,4 @@
import { getFilter } from "/imports/api/parenting/parentingFunctions";
import { getFilter } from '/imports/api/parenting/parentingFunctions';
export default function getSlotFillFilter({ slot, libraryIds }) {