1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-11-24 23:01:05 +03:00

remove debug

This commit is contained in:
Kerry Archibald
2023-09-21 12:28:13 +12:00
committed by Quentin Gliech
parent a4e319315f
commit 0fada6ff47

View File

@@ -130,7 +130,7 @@ const exchanges = [
];
export const client = createClient({
url: "/graphql?testtest",
url: "/graphql",
// Add the devtools exchange in development
exchanges: import.meta.env.DEV ? [devtoolsExchange, ...exchanges] : exchanges,
});