mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: update syntax tree to latest (#24623)
update format to latest syntax tree
This commit is contained in:
@@ -14,7 +14,6 @@ class Admin::ApiController < Admin::AdminController
|
||||
ApiKey
|
||||
.where(hidden: false)
|
||||
.includes(:user, :api_key_scopes)
|
||||
# Sort revoked keys by revoked_at and active keys by created_at
|
||||
.order("revoked_at DESC NULLS FIRST, created_at DESC")
|
||||
.offset(offset)
|
||||
.limit(limit)
|
||||
|
||||
Reference in New Issue
Block a user