mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-24 09:11:13 -05:00
Fix: Use RPC for submission claims
This commit is contained in:
@@ -5403,6 +5403,14 @@ export type Database = {
|
||||
waiting_time: unknown
|
||||
}[]
|
||||
}
|
||||
claim_specific_submission: {
|
||||
Args: {
|
||||
p_lock_duration?: unknown
|
||||
p_moderator_id: string
|
||||
p_submission_id: string
|
||||
}
|
||||
Returns: boolean
|
||||
}
|
||||
cleanup_expired_sessions: { Args: never; Returns: undefined }
|
||||
cleanup_old_page_views: { Args: never; Returns: undefined }
|
||||
cleanup_old_request_metadata: { Args: never; Returns: undefined }
|
||||
|
||||
Reference in New Issue
Block a user