Skip to content

Commit

Permalink
fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
darkxanter committed Apr 30, 2022
1 parent 95c9ccc commit bacbec7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion src/api/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import {
DaDataAddressRequest,
DaDataBankRequest,
DaDataOrganizationRequest,
DaDataQuery,
DaDataReverseGeolocateRequest,
} from '../models/requests'

Expand Down
3 changes: 1 addition & 2 deletions tests/api.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { describe, it, expect } from 'vitest'
import { describe, it } from 'vitest'
import { checkResponse, getApiClient } from './utils'

describe('api test', () => {
Expand All @@ -23,7 +23,6 @@ describe('api test', () => {
it('findById/party', async () => {
const apiClient = getApiClient()
const suggestions = await apiClient.findOrganizationById('7707083893')
console.log(suggestions)
checkResponse(suggestions)
})

Expand Down

0 comments on commit bacbec7

Please sign in to comment.