From 55bc15bec4117606404ae833af46866297a62bad Mon Sep 17 00:00:00 2001 From: Richard Lee <14349+dlackty@users.noreply.github.com> Date: Mon, 8 Jan 2024 01:01:32 +0800 Subject: [PATCH] Fix typing to make build work --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index e1be4d3..7551316 100644 --- a/src/index.ts +++ b/src/index.ts @@ -220,7 +220,7 @@ export async function sign(payload: JwtPayload, ...options } if (!payload || typeof payload !== 'object') throw new Error('payload must be an object')