fix
Deploy app frontend / app frontend (push) Successful in 1m50s

This commit is contained in:
2024-12-07 00:43:13 +02:00
parent 85ac1ce112
commit 14e7dec5b4
7 changed files with 110 additions and 125 deletions
-1
View File
@@ -69,7 +69,6 @@ const {
} = useMutation({
mutationKey: ['createQrCode'],
mutationFn: async () => {
throw new Error('wtf')
const qrCodeDocument = await createQrCodeDocument({
name: name.value,
placement: placement.value!,