Skip to content

Commit

Permalink
fix: wrong import type
Browse files Browse the repository at this point in the history
  • Loading branch information
batopa committed Aug 13, 2024
1 parent b56e99b commit 3a3cbb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/server/utils/api-proxy.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { H3Event, readBody, readRawBody, getQuery, getHeader, setResponseStatus, createError, assertMethod, type HTTPMethod } from 'h3';
import { type H3Event, readBody, readRawBody, getQuery, getHeader, setResponseStatus, createError, assertMethod, type HTTPMethod } from 'h3';
import type { BEditaClientRequestConfig } from '@atlasconsulting/bedita-sdk';
import type { ProxyEndpointConf } from '../../types';
import { beditaApiClient } from './bedita-api-client';
Expand Down

0 comments on commit 3a3cbb6

Please sign in to comment.