Skip to content

Commit 42f4739

Browse files
Merge branch 'app-developement' of https://github.com/Libertech-FR/teaket into app-developement
2 parents 59b27ef + 9056314 commit 42f4739

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

app/src/composables/useApiFetch.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,4 @@ AsyncData<OpenApiResponse<Paths[`/${P}`][Lowercase<M>]> | undefined, FetchError<
5252
},
5353
} as any)
5454
}
55+

app/src/pages/index.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,4 @@ div
1111
<script lang='ts' setup>
1212
import { definePageMeta, useAuth } from '#imports'
1313
const { signIn, signOut, session, status, cookies, getProviders, user, sessionToken } = useAuth()
14-
15-
const test = useApiFetch('tickets/sla')
1614
</script>

0 commit comments

Comments
 (0)