fix: decduck's code review

This commit is contained in:
DecDuck
2025-03-10 11:39:45 +11:00
parent 1447c37cb0
commit be00777a6c
17 changed files with 274 additions and 94 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ model User {
clients Client[]
notifications Notification[]
collections Collection[]
news News[]
articles Article[]
tokens APIToken[]
}