Skip to content

Commit

Permalink
doc(auth): removed duplicate signature and param (#1259)
Browse files Browse the repository at this point in the history
  • Loading branch information
FredTreg authored Nov 7, 2023
1 parent aee1e23 commit 8a41a17
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions documentation/content/reference/lucia/interfaces/auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,18 +66,13 @@ const createSession: (options: {
userId: string;
attributes: Lucia.DatabaseSessionAttributes;
}) => Promise<Session>;
const createSession: (options: {
userId: string;
attributes: Lucia.DatabaseSessionAttributes;
}) => Promise<Session>;
```

##### Parameters

| name | type | description |
| -------------------- | --------------------------------- | ------------------------------------ |
| `options.userId` | `string` | The user id of the session to create |
| `options.userId` | `string` | The user id of the session to create |
| `options.attributes` | `Lucia.DatabaseSessionAttributes` | Database session attributes |

##### Returns
Expand Down

0 comments on commit 8a41a17

Please sign in to comment.