Skip to content

Commit 0377194

Browse files
committed
Remove now-unnecessary comment
1 parent bab5a32 commit 0377194

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • frontend/src/routes/(authenticated)/wheresMyProject

frontend/src/routes/(authenticated)/wheresMyProject/+page.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import {getClient, graphql} from '$lib/gql';
33

44
import type {UUID} from 'crypto';
55

6-
export async function _sendFWLiteBetaRequestEmail(userId: UUID, name: string): $OpResult<SendFwLiteBetaRequestEmailMutation> { // SendFwLiteBetaRequestEmailPayload
6+
export async function _sendFWLiteBetaRequestEmail(userId: UUID, name: string): $OpResult<SendFwLiteBetaRequestEmailMutation> {
77
//language=GraphQL
88
const result = await getClient()
99
.mutation(

0 commit comments

Comments
 (0)