fix(#30): Remove unnecessary async from useApplicationFormTemplate
This commit is contained in:
@@ -3,7 +3,7 @@ import type { ApplicationFormDto, PagedApplicationFormDto } from '~~/.api-client
|
||||
import { cleanDoubleSlashes, withoutTrailingSlash } from 'ufo'
|
||||
import { wrappedFetchWrap } from '~/utils/wrappedFetch'
|
||||
|
||||
export async function useApplicationFormTemplateApi() {
|
||||
export function useApplicationFormTemplateApi() {
|
||||
const appBaseUrl = useRuntimeConfig().app.baseURL
|
||||
const { serverApiBasePath, clientProxyBasePath } = useRuntimeConfig().public
|
||||
|
||||
|
||||
Reference in New Issue
Block a user