Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tdraier committed Aug 8, 2024
1 parent 10e639f commit c06d74f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion front/lib/resources/vault_resource.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import type {
Result,
VaultType,
} from "@dust-tt/types";
import { Err, Ok } from "@dust-tt/types";
import { Ok } from "@dust-tt/types";
import type {
Attributes,
CreationAttributes,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import type { NextApiRequest, NextApiResponse } from "next";

import { withSessionAuthenticationForWorkspace } from "@app/lib/api/wrappers";
import type { Authenticator } from "@app/lib/auth";
import { DataSourceViewResource } from "@app/lib/resources/data_source_view_resource";
import { VaultResource } from "@app/lib/resources/vault_resource";
import { apiError } from "@app/logger/withlogging";
import { getDataSourceInfos } from "@app/pages/api/w/[wId]/vaults/[vId]/data_sources";
Expand Down

0 comments on commit c06d74f

Please sign in to comment.