Skip to content

Commit

Permalink
small tweak to return type (#3454)
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakprabhakara authored Dec 19, 2024
1 parent b8f9947 commit 5641752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/jackson.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ export default async function init() {
});
}

return (await g.jacksonInstance) as Promise<SAMLJackson>;
return (await g.jacksonInstance) as SAMLJackson;
}

0 comments on commit 5641752

Please sign in to comment.