Skip to content

Commit

Permalink
fix baseContext error
Browse files Browse the repository at this point in the history
  • Loading branch information
blaine-arcjet committed Jun 4, 2024
1 parent 09f8a13 commit fa23df8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arcjet/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1192,7 +1192,7 @@ export default function arcjet<
log.warn("generateFingerprint: ip is empty");
}

const baseContext: Omit<ArcjetContext, "fingerprint"> = {
const baseContext = {
key,
log,
...ctx,
Expand Down

0 comments on commit fa23df8

Please sign in to comment.