Put all the relevant privacy helpers into their own module
This commit is contained in:
parent
8b488f488b
commit
f2f742e65a
2 changed files with 20 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ import { TableCreator } from "./Apps/TableCreator.mjs";
|
|||
import { TestApp } from "./Apps/TestApp.mjs";
|
||||
|
||||
// Utils
|
||||
import { filterPrivateRows } from "./utils/filterPrivateRows.mjs";
|
||||
import { filterPrivateRows } from "./utils/privacy.mjs";
|
||||
import { validateValue } from "./utils/validateValue.mjs";
|
||||
|
||||
const { deepFreeze } = foundry.utils;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue