Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoudy91 committed Feb 22, 2024
1 parent 3a0e1d6 commit e724aa5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/contentful.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ import type { AxiosAdapter, AxiosRequestConfig, AxiosResponse } from 'axios'
import { createHttpClient, getUserAgentHeader } from 'contentful-sdk-core'
import { createGlobalOptions } from './create-global-options.js'
import { makeClient } from './make-client.js'
import { validateRemoveUnresolvedParam, validateResolveLinksParam } from './utils/validate-params.js'
import {
validateRemoveUnresolvedParam,
validateResolveLinksParam,
} from './utils/validate-params.js'
import type { ContentfulClientApi } from './types/client.js'

/**
Expand Down

0 comments on commit e724aa5

Please sign in to comment.