We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bab5a32 commit 0377194Copy full SHA for 0377194
1 file changed
frontend/src/routes/(authenticated)/wheresMyProject/+page.ts
@@ -3,7 +3,7 @@ import {getClient, graphql} from '$lib/gql';
3
4
import type {UUID} from 'crypto';
5
6
-export async function _sendFWLiteBetaRequestEmail(userId: UUID, name: string): $OpResult<SendFwLiteBetaRequestEmailMutation> { // SendFwLiteBetaRequestEmailPayload
+export async function _sendFWLiteBetaRequestEmail(userId: UUID, name: string): $OpResult<SendFwLiteBetaRequestEmailMutation> {
7
//language=GraphQL
8
const result = await getClient()
9
.mutation(
0 commit comments