fix(SW-194): add accordion graphql request

This commit is contained in:
Matilda Landström
2024-10-02 18:35:27 +02:00
parent bdb4aacc32
commit 166ddca0e0
4 changed files with 137 additions and 0 deletions

View File

@@ -130,6 +130,7 @@ export async function request<T>(
* version for one language, it throws an error which we have to recover
* from here since it isn't an error.
*/
return { data: error.response.data as T }
}
}