Skip to content

Commit ea9a038

Browse files
authored
docs(repo): Fix deprecated externalId JSdoc comment for Typedoc output (#7791)
1 parent 4a58c10 commit ea9a038

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.changeset/fluffy-toys-wash.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

packages/backend/src/api/resources/ExternalAccount.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ export class ExternalAccount {
2525
*/
2626
readonly identificationId: string,
2727
/**
28-
* The unique ID of the user in the provider.
29-
* @deprecated Use providerUserId instead
28+
* @deprecated Use `providerUserId` instead.
3029
*/
3130
readonly externalId: string,
3231
/**

0 commit comments

Comments
 (0)