Skip to content

Commit 5e64551

Browse files
authored
ci: fix failing lint checking (#271)
Signed-off-by: Lukas.J.Han <lukas.j.han@gmail.com>
1 parent 6223f28 commit 5e64551

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/types/src/type.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ export const IANA_HASH_ALGORITHMS = [
3232

3333
export type HashAlgorithm = (typeof IANA_HASH_ALGORITHMS)[number];
3434

35-
3635
export type SDJWTConfig = {
3736
omitTyp?: boolean;
3837
hasher?: Hasher;

0 commit comments

Comments
 (0)