diff --git a/front/lib/resources/vault_resource.ts b/front/lib/resources/vault_resource.ts index dfb447474de0..f886f315c323 100644 --- a/front/lib/resources/vault_resource.ts +++ b/front/lib/resources/vault_resource.ts @@ -18,6 +18,7 @@ import type { import { Op } from "sequelize"; import type { Authenticator } from "@app/lib/auth"; +import { DustError } from "@app/lib/error"; import { BaseResource } from "@app/lib/resources/base_resource"; import { GroupResource } from "@app/lib/resources/group_resource"; import { frontSequelize } from "@app/lib/resources/storage"; @@ -28,7 +29,6 @@ import type { ReadonlyAttributesType } from "@app/lib/resources/storage/types"; import type { ModelStaticSoftDeletable } from "@app/lib/resources/storage/wrappers"; import { getResourceIdFromSId, makeSId } from "@app/lib/resources/string_ids"; import type { ResourceFindOptions } from "@app/lib/resources/types"; -import { DustError } from "@app/lib/error"; import { UserResource } from "@app/lib/resources/user_resource"; // Attributes are marked as read-only to reflect the stateless nature of our Resource.