mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-24 11:31:12 -05:00
Refactor: Fix notification view security
This commit is contained in:
@@ -4765,6 +4765,12 @@ export type Database = {
|
||||
user_agent: string
|
||||
}[]
|
||||
}
|
||||
get_orphaned_edit_history: {
|
||||
Args: never
|
||||
Returns: {
|
||||
id: string
|
||||
}[]
|
||||
}
|
||||
get_recent_changes: {
|
||||
Args: { limit_count?: number }
|
||||
Returns: {
|
||||
|
||||
Reference in New Issue
Block a user