fix(#30): Remove unnecessary async from useApplicationFormTemplate

This commit is contained in:
2025-12-26 19:29:32 +01:00
parent 1365f84049
commit 63c373c7f6
4 changed files with 5 additions and 5 deletions

View File

@@ -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