Skip to content

Commit 1c90a32

Browse files
committed
Docs: Add note about permission guard
1 parent e39ccb0 commit 1c90a32

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,10 @@ async getManySomeList(){
102102

103103
With this API, if the client request includes the field "something," a `Forbidden` error will be triggered.
104104

105+
#### Note
106+
107+
There might be duplicate code when using this guard alongside `other interceptors`(name: `UseRepositoryInterceptor`) in this boilerplate. In such cases, you may need to adjust the code to ensure compatibility.
108+
105109
## License
106110

107111
MIT

0 commit comments

Comments
 (0)