Skip to content

Commit

Permalink
Fix: incorrect attribute on import (#1734)
Browse files Browse the repository at this point in the history
  • Loading branch information
nuit-dhiver authored Oct 30, 2024
1 parent 79e96fb commit 7f641da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/sessions/basic-api/mysql.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ Here's the full code:

```ts
import { db } from "./db.js";
import { encodeBase32LowerCaseNoPadding, encodeBase32LowerCaseNoPadding } from "@oslojs/encoding";
import { encodeBase32LowerCaseNoPadding, encodeHexLowerCase } from "@oslojs/encoding";
import { sha256 } from "@oslojs/crypto/sha2";

export function generateSessionToken(): string {
Expand Down

0 comments on commit 7f641da

Please sign in to comment.