This commit is contained in:
2022-06-27 09:57:50 -07:00
parent 92fdcb9923
commit 4452b64895
4 changed files with 453 additions and 551 deletions

View File

@@ -13,6 +13,7 @@ import {
} from "threetwo-ui-typings";
import { includes, remove, indexOf } from "lodash";
import { Errors } from "moleculer";
import { sanitize } from "sanitize-filename-ts";
const ALLOWED_IMAGE_FILE_FORMATS = [".jpg", ".jpeg", ".png"];