You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
keys=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)
formatting in 6.2.0 (includes() is split into multiple lines, the comment is now next to the ), . on its own line)
keys=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)
See the failing Dependabot PR: discourse/discourse#23633 (that branch now also includes updated multiline lambda formatting)
The text was updated successfully, but these errors were encountered:
formatting in 6.1.1:
formatting in 6.2.0 (
includes()
is split into multiple lines, the comment is now next to the)
,.
on its own line)See the failing Dependabot PR: discourse/discourse#23633 (that branch now also includes updated multiline lambda formatting)
The text was updated successfully, but these errors were encountered: