Skip to content

Commit

Permalink
chore(backend): Drop unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkl committed Nov 16, 2023
1 parent 19cb42b commit 9dc8bfc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/backend/src/tokens/factory.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { ApiClient } from '../api';
import { API_URL, API_VERSION } from '../constants';
import type { LoadInterstitialOptions } from './interstitial';
import { buildPublicInterstitialUrl, loadInterstitialFromBAPI, loadInterstitialFromLocal } from './interstitial';
import { loadInterstitialFromLocal } from './interstitial';
import type { AuthenticateRequestOptions } from './request';
import { authenticateRequest as authenticateRequestOriginal, debugRequestState } from './request';

Expand Down Expand Up @@ -36,7 +36,6 @@ export function createAuthenticateRequest(params: CreateAuthenticateRequestOptio
isSatellite: buildtimeIsSatellite = false,
domain: buildtimeDomain = '',
audience: buildtimeAudience = '',
userAgent: buildUserAgent,
} = params.options;

const authenticateRequest = ({
Expand Down

0 comments on commit 9dc8bfc

Please sign in to comment.