Skip to content

Commit 487b4c9

Browse files
Merge pull request #1885 from puroong/docs/change-authorid-type
docs(authorization): change authorId type from string to number
2 parents 05e7b72 + 4870ded commit 487b4c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/security/authorization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ class User {
193193
class Article {
194194
id: number;
195195
isPublished: boolean;
196-
authorId: string;
196+
authorId: number;
197197
}
198198
```
199199

0 commit comments

Comments
 (0)