Skip to content

Commit

Permalink
fix: wrong jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
IncognitoTGT committed Jul 24, 2024
1 parent 36479e5 commit b3c4b4e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/types/config.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,15 +94,15 @@ export interface SessionConfig {
}

export interface TurnstileConfig {
/*
/**
* The Turnstile secret key, used by the backend
*/
secret: string;
/*
/**
* The Turnstile site key, used by the frontend
*/
siteKey: string;
/*
/**
* The hosts to enable Turnstile on
*/
hosts?: string[];
Expand Down

0 comments on commit b3c4b4e

Please sign in to comment.