Skip to content

Commit

Permalink
Merge pull request #406 from IHIutch/main
Browse files Browse the repository at this point in the history
Fixed session content formatting
  • Loading branch information
ryansolid authored Oct 31, 2024
2 parents 432fdf5 + 17a089a commit b0ccb64
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions docs/api/server/session.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,14 +146,27 @@ export function clearSession(
): Promise<void>
```

## :::
:::

---

### `sealSession(event, config)`: Seal the session
### `sealSession(event, config)`

Seal the session

::: details Signature

```ts
export function sealSession(event: HTTPEvent, config: SessionConfig): void
export function sealSession(
event: HTTPEvent,
config: SessionConfig
): void
```

:::

---

### `unsealSession`

Unseal the session
Expand Down Expand Up @@ -181,5 +194,3 @@ export function unsealSession(
```

:::

---

0 comments on commit b0ccb64

Please sign in to comment.