Skip to content

Commit

Permalink
fix: fix incorrect import (#8886)
Browse files Browse the repository at this point in the history
  • Loading branch information
aubin-tchoi authored Nov 25, 2024
1 parent 4a53562 commit 780fb82
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions connectors/src/connectors/zendesk/lib/cli.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import type { ZendeskCommandType } from "@dust-tt/types";
import type { ZendeskCheckIsAdminResponseType } from "@dust-tt/types/src";
import type {
ZendeskCheckIsAdminResponseType,
ZendeskCommandType,
} from "@dust-tt/types";

import { getZendeskSubdomainAndAccessToken } from "@connectors/connectors/zendesk/lib/zendesk_access_token";
import { fetchZendeskCurrentUser } from "@connectors/connectors/zendesk/lib/zendesk_api";
Expand Down

0 comments on commit 780fb82

Please sign in to comment.