Skip to content

Commit 453ae59

Browse files
committed
fix: test
1 parent 11cde15 commit 453ae59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tempo/KeyAuthorization.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export type KeyAuthorization<
3737
/** Chain ID for replay protection (0 = valid on any chain). */
3838
chainId?: bigintType | undefined
3939
/** Unix timestamp when key expires (0 = never expires). */
40-
expiry?: numberType | undefined
40+
expiry?: numberType | null | undefined
4141
/** TIP20 spending limits for this key. */
4242
limits?: readonly TokenLimit<bigintType>[] | undefined
4343
/** Key type. (secp256k1, P256, WebAuthn). */

0 commit comments

Comments
 (0)