chore: automated housekeeping...

This commit is contained in:
Pieter Vander Vennet 2023-06-11 02:02:23 +02:00
parent cbafb2fb1c
commit c47876e6f0
27 changed files with 601 additions and 543 deletions

View file

@ -10,7 +10,7 @@ import { Imgur } from "../Logic/ImageProviders/Imgur"
import { LicenseInfo } from "../Logic/ImageProviders/LicenseInfo"
import { Utils } from "../Utils"
import Constants from "../Models/Constants"
import {concat} from "svelte-preprocess/dist/modules/utils";
import { concat } from "svelte-preprocess/dist/modules/utils"
export default class GenerateImageAnalysis extends Script {
constructor() {