Consistent formatting
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Râu Cao 2024-06-19 20:31:31 +02:00
parent cbfa148051
commit 7ac3130c18
Signed by: raucao
GPG Key ID: 37036C356E56CC51

View File

@ -6,7 +6,7 @@ class WellKnownController < ApplicationController
http_status :not_found and return if @user.nil? || @user.nostr_pubkey.blank?
res = {
names: { "#{@user.cn}": @user.nostr_pubkey }
names: { @user.cn => @user.nostr_pubkey }
}
if Setting.nostr_relay_url