Skip to content

Commit 27cef74

Browse files
committed
perf: removing 'TODO's
1 parent c92f775 commit 27cef74

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/types.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ export interface SupabaseEnv {
100100
* Each env var is authoritative when set: a malformed value resolves to
101101
* `null` rather than falling through to the other variable.
102102
*/
103-
// TODO:(kallebysantso) This should map to jose `JSONWebKeySet`
104103
jwks: JsonWebKeySet | URL | null
105104
}
106105

@@ -109,7 +108,6 @@ export interface SupabaseEnv {
109108
*
110109
* @see https://datatracker.ietf.org/doc/html/rfc7517
111110
*/
112-
// TODO:(kallebysantso) This should be replaced by jose `JSONWebKeySet`
113111
export interface JsonWebKeySet {
114112
/** Array of JSON Web Keys. */
115113
keys: JsonWebKey[]

0 commit comments

Comments
 (0)