Skip to content

Commit 4870ded

Browse files
authored
docs(authorization): change authorId type
change authorId type from string to number
1 parent c930159 commit 4870ded

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)