Skip to content

Commit

Permalink
chore: linter --fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Feb 9, 2023
1 parent 7422742 commit 6d3ecff
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/SanityClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ import {ObservableProjectsClient, ProjectsClient} from './projects/ProjectsClien
import type {
AllDocumentIdsMutationOptions,
AllDocumentsMutationOptions,
Any,
BaseMutationOptions,
ClientConfig,
FilteredResponseQueryOptions,
FirstDocumentIdMutationOptions,
FirstDocumentMutationOptions,
Any as Any,
HttpRequest,
IdentifiedSanityDocumentStub,
InitializedClientConfig,
Expand Down
2 changes: 1 addition & 1 deletion src/data/dataMethods.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ import type {ObservableSanityClient, SanityClient} from '../SanityClient'
import type {
AllDocumentIdsMutationOptions,
AllDocumentsMutationOptions,
Any,
BaseMutationOptions,
FilteredResponseQueryOptions,
FirstDocumentIdMutationOptions,
FirstDocumentMutationOptions,
Any,
HttpRequest,
HttpRequestEvent,
IdentifiedSanityDocumentStub,
Expand Down
2 changes: 1 addition & 1 deletion src/data/patch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ import type {ObservableSanityClient, SanityClient} from '../SanityClient'
import type {
AllDocumentIdsMutationOptions,
AllDocumentsMutationOptions,
Any,
AttributeSet,
BaseMutationOptions,
FirstDocumentIdMutationOptions,
FirstDocumentMutationOptions,
Any,
MultipleMutationResult,
PatchMutationOperation,
PatchOperations,
Expand Down
2 changes: 1 addition & 1 deletion src/data/transaction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import type {Observable} from 'rxjs'

import type {ObservableSanityClient, SanityClient} from '../SanityClient'
import type {
BaseMutationOptions,
Any,
BaseMutationOptions,
IdentifiedSanityDocumentStub,
MultipleMutationResult,
Mutation,
Expand Down
2 changes: 1 addition & 1 deletion src/http/errors.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type {ErrorProps, Any} from '../types'
import type {Any, ErrorProps} from '../types'

/** @public */
export class ClientError extends Error {
Expand Down

0 comments on commit 6d3ecff

Please sign in to comment.